SizedArray Class
(Utils::SizedArray)Public Types
typedef | const_iterator |
typedef | const_reference |
typedef | const_reverse_iterator |
typedef | difference_type |
typedef | iterator |
typedef | pointer |
typedef | reference |
typedef | reverse_iterator |
typedef | size_type |
typedef | value_type |
Public Functions
SizedArray() | |
SizedArray(std::initializer_list<T> list) | |
Utils::SizedArray::const_reference | back() const |
Utils::SizedArray::const_iterator | cend() const |
bool | contains(const T &item) const |
Utils::SizedArray::const_reverse_iterator | crbegin() const |
bool | empty() const |
Utils::SizedArray::iterator | end() |
Utils::SizedArray::const_iterator | end() const |
void | initializeElements() |
void | push_back(const T &value) |
Utils::SizedArray::reverse_iterator | rbegin() |
Utils::SizedArray::const_reverse_iterator | rbegin() const |
Utils::SizedArray::size_type | size() const |
Member Type Documentation
typedef SizedArray::const_iterator
typedef SizedArray::const_reference
typedef SizedArray::const_reverse_iterator
typedef SizedArray::difference_type
typedef SizedArray::iterator
typedef SizedArray::pointer
typedef SizedArray::reference
typedef SizedArray::reverse_iterator
typedef SizedArray::size_type
typedef SizedArray::value_type
Member Function Documentation
SizedArray::SizedArray()
Default constructs an instance of SizedArray.
SizedArray::SizedArray(std::initializer_list<T> list)
Default constructs an instance of SizedArray.