remove macros use in objects mofule
This commit is contained in:
parent
c6260f7c48
commit
9e2e7f5809
31 changed files with 362 additions and 386 deletions
|
|
@ -12,9 +12,9 @@ namespace tp::obj {
|
|||
|
||||
struct ListObject : Object {
|
||||
static ObjectType TypeData;
|
||||
static void constructor(Object* self);
|
||||
static void copy(Object* self, const Object* in);
|
||||
static void destructor(Object* self);
|
||||
static void constructor(ListObject* self);
|
||||
static void copy(ListObject* self, const ListObject* in);
|
||||
static void destructor(ListObject* self);
|
||||
|
||||
static alni allocated_size_recursive(ListObject* self);
|
||||
static alni allocated_size(ListObject* self);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue