Public Member Functions | |
string | getData () |
int | getElement (unsigned int n) |
int | getitem (unsigned int n) |
int | getNodeRefCount () |
int | getRefCount () |
string | getSubdata (unsigned int n, unsigned int count) |
PointerToArray (PointerToArrayint const copy) | |
PointerToArray (PyObject self, PyObject sequence) | |
PointerToArray (TypeHandle type_handle) | |
PointerToArray () | |
popBack () | |
pushBack (int x) | |
setData (string data) | |
setElement (unsigned int n, int value) | |
setitem (unsigned int n, int value) | |
setSubdata (unsigned int n, unsigned int count, string data) | |
unsigned int | size () |
Static Public Member Functions | |
static PointerToArrayint | emptyArray (unsigned int n, TypeHandle type_handle) |
static PointerToArrayint | emptyArray (unsigned int n) |
static PointerToArrayint emptyArray | ( | unsigned int | n, |
TypeHandle | type_handle | ||
) | [static] |
static PointerToArrayint emptyArray | ( | unsigned int | n | ) | [static] |
string getData | ( | ) |
int getElement | ( | unsigned int | n | ) |
int getNodeRefCount | ( | ) |
int getRefCount | ( | ) |
string getSubdata | ( | unsigned int | n, |
unsigned int | count | ||
) |
PointerToArray | ( | PointerToArrayint const | copy | ) |
PointerToArray | ( | PyObject | self, |
PyObject | sequence | ||
) |
PointerToArray | ( | TypeHandle | type_handle | ) |
PointerToArray | ( | ) |
popBack | ( | ) |
setData | ( | string | data | ) |
setElement | ( | unsigned int | n, |
int | value | ||
) |
setSubdata | ( | unsigned int | n, |
unsigned int | count, | ||
string | data | ||
) |