SizedArray Class
(Debugger::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 | value_type |
Public Functions
SizedArray() | |
SizedArray(std::initializer_list<T> list) | |
Debugger::Utils::SizedArray::const_reference | back() const |
Debugger::Utils::SizedArray::const_iterator | cend() const |
bool | contains(const T &item) const |
Debugger::Utils::SizedArray::const_reverse_iterator | crbegin() const |
bool | empty() const |
Debugger::Utils::SizedArray::iterator | end() |
Debugger::Utils::SizedArray::const_iterator | end() const |
void | initializeElements() |
void | push_back(const T &value) |
Debugger::Utils::SizedArray::reverse_iterator | rbegin() |
Debugger::Utils::SizedArray::const_reverse_iterator | rbegin() const |
typename SizedArray<T, MaxSize>::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::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.