class
UArray
(Return to index)
Type:
Instantiable
Derived Classes
Include file:
Unidraw/uarray.h
Public:
void
Clear
()
int
Count
()
int
Index
(void*)
void
Insert
(void*, int index)
void
Remove
(int index)
UArray
(int = 16)
void*&
operator[]
(int index)
~UArray
()
Protected:
void
Check
(int index)
void**
_buf
int
_bufsize
int
_count
(more documentation)