Definition at line 699 of file dxjson.h.
◆ Array() [1/3]
◆ Array() [2/3]
| dx::Array::Array |
( |
const Array & |
arr | ) |
|
|
inline |
◆ Array() [3/3]
template<typename T >
| dx::Array::Array |
( |
const std::vector< T > & |
vec | ) |
|
|
inline |
◆ erase()
| void Array::erase |
( |
const size_t & |
i | ) |
|
◆ isEqual()
| bool Array::isEqual |
( |
const Value * |
other | ) |
const |
|
virtual |
◆ jsonAtIndex()
| const JSON & Array::jsonAtIndex |
( |
size_t |
i | ) |
const |
◆ operator!=()
| bool dx::Array::operator!= |
( |
const Array & |
other | ) |
const |
|
inline |
◆ operator==()
| bool dx::Array::operator== |
( |
const Array & |
other | ) |
const |
|
inline |
◆ push_back()
| void dx::Array::push_back |
( |
const JSON & |
j | ) |
|
|
inline |
◆ read()
| void Array::read |
( |
std::istream & |
in | ) |
|
|
virtual |
◆ returnMyNewCopy()
| Value * dx::Array::returnMyNewCopy |
( |
| ) |
const |
|
inlinevirtual |
◆ type()
◆ write()
| void Array::write |
( |
std::ostream & |
out | ) |
const |
|
virtual |
◆ val
| std::vector<JSON> dx::Array::val |
The documentation for this class was generated from the following files: