|
|
ScreenItem * | findByObject (const reg_t object) const |
| |
|
void | sort () |
| |
|
void | unsort () |
| |
|
| 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 |
| |
|
|
typedef T ** | iterator |
| |
|
typedef T *const * | const_iterator |
| |
|
typedef T * | value_type |
| |
|
typedef uint | size_type |
| |
The documentation for this class was generated from the following file: