1
This commit is contained in:
parent
6364d325fa
commit
600bba2be2
@ -27,6 +27,9 @@ namespace a8
|
|||||||
~XObject();
|
~XObject();
|
||||||
|
|
||||||
unsigned char GetType();
|
unsigned char GetType();
|
||||||
|
bool IsSimple() { return GetType() == XOT_SIMPLE; };
|
||||||
|
bool IsArray() { return GetType() == XOT_ARRAY; };
|
||||||
|
bool IsObject() { return GetType() == XOT_OBJECT; };
|
||||||
int Size();
|
int Size();
|
||||||
void Reset();
|
void Reset();
|
||||||
void DeepCopy(a8::XObject& to);
|
void DeepCopy(a8::XObject& to);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user