![]() |
Skylicht Engine
|
Public Member Functions | |
| void | reset () |
| void | clear () |
| T * | pointer () |
| core::array< T > & | getArray () |
| int | count () |
| void | push (T element) |
| T * | getPush () |
| void | alloc (int count) |
Protected Attributes | |
| core::array< T > | m_array |
| T * | m_ptr |
| int | m_alloc |
| int | m_count |