ScummVM API documentation
AGS3::std::list< T > Class Template Reference
Inheritance diagram for AGS3::std::list< T >:
Common::List< T >

Classes

struct  reverse_iterator
 

Public Member Functions

Common::List< T >::iterator insert (typename Common::List< T >::iterator pos, const T &element)
 
reverse_iterator rbegin ()
 
reverse_iterator rend ()
 
void splice (typename Common::List< T >::iterator pos, list< T > &, typename Common::List< T >::iterator it)
 
- 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
 

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
 
- 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: