Definition at line 40 of file jsonparser.h.
◆ Node() [1/2]
◆ Node() [2/2]
◆ ~Node()
| NSROOT::JSON::Node::~Node |
( |
| ) |
|
|
inline |
◆ GetArrayElement()
| JSON::Node JSON::Node::GetArrayElement |
( |
size_t | index | ) |
const |
◆ GetBigIntValue()
| int64_t JSON::Node::GetBigIntValue |
( |
| ) |
const |
◆ GetDoubleValue()
| double JSON::Node::GetDoubleValue |
( |
| ) |
const |
◆ GetIntValue()
| int32_t JSON::Node::GetIntValue |
( |
| ) |
const |
◆ GetObjectKey()
| std::string JSON::Node::GetObjectKey |
( |
size_t | index | ) |
const |
◆ GetObjectValue() [1/2]
| JSON::Node JSON::Node::GetObjectValue |
( |
const char * | key | ) |
const |
◆ GetObjectValue() [2/2]
| JSON::Node JSON::Node::GetObjectValue |
( |
size_t | index | ) |
const |
◆ GetStringSize()
| size_t JSON::Node::GetStringSize |
( |
| ) |
const |
◆ GetStringValue()
| std::string JSON::Node::GetStringValue |
( |
| ) |
const |
◆ IsArray()
| bool JSON::Node::IsArray |
( |
| ) |
const |
◆ IsDouble()
| bool JSON::Node::IsDouble |
( |
| ) |
const |
◆ IsFalse()
| bool JSON::Node::IsFalse |
( |
| ) |
const |
◆ IsInt()
| bool JSON::Node::IsInt |
( |
| ) |
const |
◆ IsNull()
| bool JSON::Node::IsNull |
( |
| ) |
const |
◆ IsObject()
| bool JSON::Node::IsObject |
( |
| ) |
const |
◆ IsString()
| bool JSON::Node::IsString |
( |
| ) |
const |
◆ IsTrue()
| bool JSON::Node::IsTrue |
( |
| ) |
const |
◆ Size()
| size_t JSON::Node::Size |
( |
| ) |
const |
◆ m_value
The documentation for this class was generated from the following files:
- /home/jlb/src/janbar/PVR/cppmythlib/cppmyth/src/private/jsonparser.h
- /home/jlb/src/janbar/PVR/cppmythlib/cppmyth/src/private/jsonparser.cpp