ScummVM API documentation
Xeen::MonsterData Class Reference
Inheritance diagram for Xeen::MonsterData:
Common::Array< MonsterStruct >

Public Member Functions

void load (const Common::String &name)
 
- Public Member Functions inherited from Common::Array< MonsterStruct >
 Array (size_type count)
 
 Array (size_type count, const MonsterStruct &value)
 
 Array (const Array< MonsterStruct > &array)
 
 Array (Array< MonsterStruct > &&old)
 
 Array (std::initializer_list< MonsterStruct > list)
 
 Array (const T2 *array, size_type n)
 
void push_back (const MonsterStruct &element)
 
void push_back (const Array< MonsterStruct > &array)
 
void pop_back ()
 
const MonsterStruct * data () const
 
MonsterStruct * data ()
 
MonsterStruct & front ()
 
const MonsterStruct & front () const
 
MonsterStruct & back ()
 
const MonsterStruct & back () const
 
void insert_at (size_type idx, const MonsterStruct &element)
 
void insert_at (size_type idx, const Array< MonsterStruct > &array)
 
void insert (iterator pos, const MonsterStruct &element)
 
MonsterStruct remove_at (size_type idx)
 
MonsterStruct & operator[] (size_type idx)
 
const MonsterStruct & operator[] (size_type idx) const
 
Array< MonsterStruct > & operator= (const Array< MonsterStruct > &array)
 
Arrayoperator= (Array< MonsterStruct > &&old)
 
size_type size () const
 
void clear ()
 
iterator erase (iterator pos)
 
iterator erase (iterator first, iterator last)
 
bool empty () const
 
bool operator== (const Array< MonsterStruct > &other) const
 
bool operator!= (const Array< MonsterStruct > &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 assign (const_iterator first, const_iterator last)
 

Additional Inherited Members

- Public Types inherited from Common::Array< MonsterStruct >
typedef MonsterStruct * iterator
 
typedef const MonsterStruct * const_iterator
 
typedef MonsterStruct value_type
 
typedef uint size_type
 
- Protected Member Functions inherited from Common::Array< MonsterStruct >
void allocCapacity (size_type capacity)
 
void freeStorage (MonsterStruct *storage, const size_type elements)
 
iterator insert_aux (iterator pos, const_iterator first, const_iterator last)
 
- Static Protected Member Functions inherited from Common::Array< MonsterStruct >
static size_type roundUpCapacity (size_type capacity)
 
- Protected Attributes inherited from Common::Array< MonsterStruct >
size_type _capacity
 
size_type _size
 
MonsterStruct * _storage
 

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