Public Member Functions | |
void | add (const Common::Rect &rect) |
Public Member Functions inherited from Sci::StablePointerArray< T, N > | |
StablePointerArray (const StablePointerArray &other) | |
StablePointerArray (StablePointerArray &&other) | |
void | operator= (const StablePointerArray &other) |
void | operator= (StablePointerArray &&other) |
T *const & | operator[] (size_type index) const |
T *& | operator[] (size_type index) |
void | add (T *item) |
iterator | begin () |
const_iterator | begin () const |
void | clear () |
iterator | end () |
const_iterator | end () const |
void | erase (T *item) |
void | erase (iterator &it) |
void | erase_at (size_type index) |
size_type | pack () |
size_type | max_size () const |
size_type | size () const |
Additional Inherited Members | |
Public Types inherited from Sci::StablePointerArray< T, N > | |
typedef T ** | iterator |
typedef T *const * | const_iterator |
typedef T * | value_type |
typedef uint | size_type |