Public Member Functions | |
| void | add (ScreenItem *screenItem, const Common::Rect &rect) |
| void | sort () |
Public Member Functions inherited from Sci::StablePointerDynamicArray< T, N > | |
| StablePointerDynamicArray (const StablePointerDynamicArray &other) | |
| StablePointerDynamicArray (StablePointerDynamicArray &&other) | |
| void | operator= (StablePointerDynamicArray &other) |
| void | operator= (StablePointerDynamicArray &&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 | size () const |
Additional Inherited Members | |
Public Types inherited from Sci::StablePointerDynamicArray< T, N > | |
| typedef T ** | iterator |
| typedef T *const * | const_iterator |
| typedef T * | value_type |
| typedef uint | size_type |