ScummVM API documentation
Titanic::TThandleQuoteEntries Class Reference
Inheritance diagram for Titanic::TThandleQuoteEntries:
Common::Array< TThandleQuoteEntry >

Public Member Functions

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

Public Attributes

uint _rangeStart
 
uint _rangeEnd
 
uint _incr
 

Additional Inherited Members

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

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