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