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