ScummVM API documentation
Illusions::FramesList Class Reference
Inheritance diagram for Illusions::FramesList:
Common::Array< Frame >

Additional Inherited Members

- Public Types inherited from Common::Array< Frame >
typedef Frame * iterator
 
typedef const Frame * const_iterator
 
typedef Frame value_type
 
typedef uint size_type
 
- Public Member Functions inherited from Common::Array< Frame >
 Array (size_type count)
 
 Array (size_type count, const Frame &value)
 
 Array (const Array< Frame > &array)
 
 Array (Array< Frame > &&old)
 
 Array (std::initializer_list< Frame > list)
 
 Array (const T2 *array, size_type n)
 
void push_back (const Frame &element)
 
void push_back (const Array< Frame > &array)
 
void pop_back ()
 
const Frame * data () const
 
Frame * data ()
 
Frame & front ()
 
const Frame & front () const
 
Frame & back ()
 
const Frame & back () const
 
void insert_at (size_type idx, const Frame &element)
 
void insert_at (size_type idx, const Array< Frame > &array)
 
void insert (iterator pos, const Frame &element)
 
Frame remove_at (size_type idx)
 
Frame & operator[] (size_type idx)
 
const Frame & operator[] (size_type idx) const
 
Array< Frame > & operator= (const Array< Frame > &array)
 
Arrayoperator= (Array< Frame > &&old)
 
size_type size () const
 
void clear ()
 
iterator erase (iterator pos)
 
iterator erase (iterator first, iterator last)
 
bool empty () const
 
bool operator== (const Array< Frame > &other) const
 
bool operator!= (const Array< Frame > &other) const
 
iterator begin ()
 
const_iterator begin () const
 
iterator end ()
 
const_iterator end () const
 
void reserve (size_type newCapacity)
 
void resize (size_type newSize)
 
void resize (size_type newSize, const Frame value)
 
void assign (const_iterator first, const_iterator last)
 
void swap (Array &arr)
 
- Protected Member Functions inherited from Common::Array< Frame >
void allocCapacity (size_type capacity)
 
void freeStorage (Frame *storage, const size_type elements)
 
iterator insert_aux (iterator pos, const_iterator first, const_iterator last)
 
- Static Protected Member Functions inherited from Common::Array< Frame >
static size_type roundUpCapacity (size_type capacity)
 
- Protected Attributes inherited from Common::Array< Frame >
size_type _capacity
 
size_type _size
 
Frame * _storage
 

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