Public Member Functions | |
bool | load (MfcArchive &file) override |
Public Member Functions inherited from Common::Array< PreloadItem > | |
Array (size_type count) | |
Array (size_type count, const PreloadItem &value) | |
Array (const Array< PreloadItem > &array) | |
Array (Array< PreloadItem > &&old) | |
Array (std::initializer_list< PreloadItem > list) | |
Array (const T2 *array, size_type n) | |
void | emplace (const_iterator pos, TArgs &&... args) |
void | emplace_back (TArgs &&...args) |
void | push_back (const PreloadItem &element) |
void | push_back (PreloadItem &&element) |
void | push_back (const Array< PreloadItem > &array) |
void | pop_back () |
const PreloadItem * | data () const |
PreloadItem * | data () |
PreloadItem & | front () |
const PreloadItem & | front () const |
PreloadItem & | back () |
const PreloadItem & | back () const |
void | insert_at (size_type idx, const PreloadItem &element) |
void | insert_at (size_type idx, const Array< PreloadItem > &array) |
void | insert (iterator pos, const PreloadItem &element) |
PreloadItem | remove_at (size_type idx) |
PreloadItem & | operator[] (size_type idx) |
const PreloadItem & | operator[] (size_type idx) const |
Array< PreloadItem > & | operator= (const Array< PreloadItem > &array) |
Array & | operator= (Array< PreloadItem > &&old) |
size_type | size () const |
void | clear () |
iterator | erase (iterator pos) |
iterator | erase (iterator first, iterator last) |
bool | empty () const |
bool | operator== (const Array< PreloadItem > &other) const |
bool | operator!= (const Array< PreloadItem > &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 PreloadItem value) |
void | assign (const_iterator first, const_iterator last) |
void | swap (Array &arr) |
Public Member Functions inherited from NGI::CObject | |
virtual void | save (MfcArchive &out) |
bool | loadFile (const Common::Path &fname) |
Additional Inherited Members | |
Public Types inherited from Common::Array< PreloadItem > | |
typedef PreloadItem * | iterator |
typedef const PreloadItem * | const_iterator |
typedef PreloadItem | value_type |
typedef uint | size_type |
Public Attributes inherited from NGI::CObject | |
ObjType | _objtype |
uint | _cnum |
Protected Member Functions inherited from Common::Array< PreloadItem > | |
void | allocCapacity (size_type capacity) |
void | freeStorage (PreloadItem *storage, const size_type elements) |
iterator | insert_aux (iterator pos, const_iterator first, const_iterator last) |
Static Protected Member Functions inherited from Common::Array< PreloadItem > | |
static size_type | roundUpCapacity (size_type capacity) |
Protected Attributes inherited from Common::Array< PreloadItem > | |
size_type | _capacity |
size_type | _size |
PreloadItem * | _storage |