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