ScummVM API documentation
Sword25::RenderObjectQueue Class Reference
Inheritance diagram for Sword25::RenderObjectQueue:
Common::List< RenderObjectQueueItem >

Public Member Functions

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

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