Abstract object in JSON tree structure. Can be specialized either in Node or in Leaf<T> with a specific type T.
More...
#include <jsonObject.h>
|
|
std::string | specifier |
| | String that represents the specifier of the object. For example: "name": "electron" is an object of which the specifier is the string "name".
|
| |
Abstract object in JSON tree structure. Can be specialized either in Node or in Leaf<T> with a specific type T.
◆ Object() [1/2]
| JSON::Object::Object |
( |
std::string const & |
t_specifier | ) |
|
|
inlineexplicit |
Construtor with one paramter that initializes specifier.
- Parameters
-
| t_specifier | Name of the Object's specifier. |
◆ Object() [2/2]
| JSON::Object::Object |
( |
std::string const & |
t_specifier | ) |
|
|
inlineexplicit |
Construtor with one paramter that initializes specifier.
- Parameters
-
| t_specifier | Name of the Object's specifier. |
◆ getSpecifier() [1/2]
| std::string JSON::Object::getSpecifier |
( |
| ) |
const |
|
inline |
- Returns
- specifier The Object's specifier.
◆ getSpecifier() [2/2]
| std::string JSON::Object::getSpecifier |
( |
| ) |
const |
|
inline |
- Returns
- specifier The Object's specifier.
◆ isNode() [1/2]
| virtual bool JSON::Object::isNode |
( |
| ) |
const |
|
inlinevirtual |
◆ isNode() [2/2]
| virtual bool JSON::Object::isNode |
( |
| ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following file:
- /home/uhlrich/Bureau/MARTY/newlife/marty-dev/jsonparser/include/jsonObject.h