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