Definition at line 675 of file dxjson.h.
◆ Object() [1/3]
◆ Object() [2/3]
| dx::Object::Object |
( |
const Object & |
rhs | ) |
|
|
inline |
◆ Object() [3/3]
template<typename T >
| dx::Object::Object |
( |
const std::map< std::string, T > & |
v | ) |
|
|
inline |
◆ erase()
| void Object::erase |
( |
const std::string & |
key | ) |
|
◆ isEqual()
| bool Object::isEqual |
( |
const Value * |
other | ) |
const |
|
virtual |
◆ jsonAtKey() [1/2]
| JSON & Object::jsonAtKey |
( |
const std::string & |
s | ) |
|
◆ jsonAtKey() [2/2]
| const JSON & Object::jsonAtKey |
( |
const std::string & |
s | ) |
const |
◆ operator!=()
| bool dx::Object::operator!= |
( |
const Object & |
other | ) |
const |
|
inline |
◆ operator==()
| bool dx::Object::operator== |
( |
const Object & |
other | ) |
const |
|
inline |
◆ read()
| void Object::read |
( |
std::istream & |
in | ) |
|
|
virtual |
◆ returnMyNewCopy()
| Value * dx::Object::returnMyNewCopy |
( |
| ) |
const |
|
inlinevirtual |
◆ type()
◆ write()
| void Object::write |
( |
std::ostream & |
out | ) |
const |
|
virtual |
◆ val
| std::map<std::string, JSON> dx::Object::val |
The documentation for this class was generated from the following files: