|
| List (const List &)=default |
|
| List (List &&) noexcept=default |
|
| List (std::vector< Value > &&vals) |
|
| List (const std::vector< Value > &l) |
|
bool | empty () const |
|
void | reserve (std::size_t n) |
|
template<typename T , typename = typename std::enable_if<std::is_convertible<T, Value>::value>::type> |
void | emplace_back (T &&v) |
|
void | clear () |
|
void | __clear () |
|
List & | operator= (const List &rhs) |
|
List & | operator= (List &&rhs) noexcept |
|
bool | operator== (const List &rhs) const |
|
bool | operator< (const List &rhs) const |
|
const Value & | operator[] (size_t i) const |
|
bool | contains (const Value &value) const |
|
size_t | size () const |
|
std::string | toString () const |
|
|
std::vector< Value > | values |
|
Definition at line 15 of file List.h.
The documentation for this struct was generated from the following file:
- include/common/datatypes/List.h