Public Member Functions | |
| TextListEntry * | addEntry (const TextListEntry &entry) |
Public Member Functions inherited from Common::List< TextListEntry > | |
| constexpr | List () |
| List (const List< TextListEntry > &list) | |
| iterator | emplace (iterator pos, TArgs &&...args) |
| iterator | insert (iterator pos, const TextListEntry &element) |
| iterator | insert (iterator pos, TextListEntry &&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 TextListEntry &val) |
| void | emplace_front (TArgs &&...args) |
| void | push_front (const TextListEntry &element) |
| void | push_front (TextListEntry &&element) |
| void | emplace_back (TArgs &&...args) |
| void | push_back (const TextListEntry &element) |
| void | push_back (TextListEntry &&element) |
| void | pop_front () |
| void | pop_back () |
| TextListEntry & | front () |
| const TextListEntry & | front () const |
| TextListEntry & | back () |
| const TextListEntry & | back () const |
| List< TextListEntry > & | operator= (const List< TextListEntry > &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 |
Additional Inherited Members | |
Public Types inherited from Common::List< TextListEntry > | |
| typedef ListInternal::Iterator< TextListEntry > | iterator |
| typedef ListInternal::ConstIterator< TextListEntry > | const_iterator |
| typedef TextListEntry | value_type |
| typedef uint | size_type |
Protected Types inherited from Common::List< TextListEntry > | |
| typedef ListInternal::NodeBase | NodeBase |
| typedef ListInternal::Node< TextListEntry > | Node |
Protected Member Functions inherited from Common::List< TextListEntry > | |
| void | emplace (NodeBase *pos, TArgs &&... args) |
| void | insert (NodeBase *pos, const TextListEntry &element) |
| void | insert (NodeBase *pos, TextListEntry &&element) |
| NodeBase | erase (NodeBase *pos) |
Protected Attributes inherited from Common::List< TextListEntry > | |
| NodeBase | _anchor |