ScummVM API documentation
NGI::ObList< T > Class Template Reference
Inheritance diagram for NGI::ObList< T >:
Common::List< T *> NGI::CObject

Public Member Functions

bool load (MfcArchive &file) override
 
- Public Member Functions inherited from Common::List< T *>
constexpr List ()
 
 List (const List< T * > &list)
 
void insert (iterator pos, const 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 push_front (const T * &element)
 
void push_back (const 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 insert (NodeBase *pos, const T * &element)
 
NodeBase erase (NodeBase *pos)
 
- Protected Attributes inherited from Common::List< T *>
NodeBase _anchor
 

The documentation for this class was generated from the following file: