Public Member Functions | |
| bool | load (MfcArchive &file) override |
Public Member Functions inherited from Common::List< T *> | |
| constexpr | List () |
| List (const List< T * > &list) | |
| iterator | emplace (iterator pos, TArgs &&...args) |
| iterator | insert (iterator pos, const T * &element) |
| iterator | insert (iterator pos, T * &&element) |
| void | insert (iterator pos, iterator2 first, iterator2 last) |
| iterator | erase (iterator pos) |
| iterator | erase (iterator first, iterator last) |
| iterator | reverse_erase (iterator pos) |
| void | remove (const T * &val) |
| void | emplace_front (TArgs &&...args) |
| void | push_front (const T * &element) |
| void | push_front (T * &&element) |
| void | emplace_back (TArgs &&...args) |
| void | push_back (const T * &element) |
| void | push_back (T * &&element) |
| void | pop_front () |
| void | pop_back () |
| T * & | front () |
| const T * & | front () const |
| T * & | back () |
| const T * & | back () const |
| List< T * > & | operator= (const List< T * > &list) |
| size_type | size () const |
| void | clear () |
| bool | empty () const |
| iterator | begin () |
| const_iterator | begin () const |
| iterator | reverse_begin () |
| const_iterator | reverse_begin () const |
| iterator | end () |
| const_iterator | end () const |
Public Member Functions inherited from NGI::CObject | |
| virtual void | save (MfcArchive &out) |
| bool | loadFile (const Common::Path &fname) |
Additional Inherited Members | |
Public Types inherited from Common::List< T *> | |
| typedef ListInternal::Iterator< T * > | iterator |
| typedef ListInternal::ConstIterator< T * > | const_iterator |
| typedef T * | value_type |
| typedef uint | size_type |
Public Attributes inherited from NGI::CObject | |
| ObjType | _objtype |
| uint | _cnum |
Protected Types inherited from Common::List< T *> | |
| typedef ListInternal::NodeBase | NodeBase |
| typedef ListInternal::Node< T * > | Node |
Protected Member Functions inherited from Common::List< T *> | |
| void | emplace (NodeBase *pos, TArgs &&... args) |
| void | insert (NodeBase *pos, const T * &element) |
| void | insert (NodeBase *pos, T * &&element) |
| NodeBase | erase (NodeBase *pos) |
Protected Attributes inherited from Common::List< T *> | |
| NodeBase | _anchor |