|
|
using | value_type = std::tuple<std::string, T> |
| |
|
|
bool | add (const std::string &name, T attribute) |
| |
|
const T & | at (const std::string &key) const |
| |
|
const T & | at (size_t index) const |
| |
|
size_t | size () const |
| |
|
bool | exists (const std::string &key) const |
| |
|
bool | empty () const |
| |
|
void | clear () |
| |
|
std::vector< value_type >::iterator | begin () |
| |
|
std::vector< value_type >::iterator | end () |
| |
|
std::vector< value_type >::const_iterator | begin () const |
| |
|
std::vector< value_type >::const_iterator | end () const |
| |
|
bool | operator== (const indexed_vector &oOther) const noexcept |
| |
|
bool | operator!= (const indexed_vector &oOther) const noexcept |
| |
The documentation for this struct was generated from the following file: