Abstract class inherited from Object, from which all leafs will derive. This class only contains a pure virtual fucntion, that can then be called for a Leaf without knowing its exact type.
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 class inherited from Object, from which all leafs will derive. This class only contains a pure virtual fucntion, that can then be called for a Leaf without knowing its exact type.
◆ AbstractLeaf() [1/2]
| JSON::AbstractLeaf::AbstractLeaf |
( |
std::string const & |
specifier | ) |
|
|
inlineexplicit |
Construtor with one paramter that initializes specifier.
- Parameters
-
| t_specifier | Name of the Leaf's specifier. |
◆ AbstractLeaf() [2/2]
| JSON::AbstractLeaf::AbstractLeaf |
( |
std::string const & |
specifier | ) |
|
|
inlineexplicit |
Construtor with one paramter that initializes specifier.
- Parameters
-
| t_specifier | Name of the Leaf's specifier. |
◆ getArgument() [1/2]
| virtual std::string JSON::AbstractLeaf::getArgument |
( |
| ) |
const |
|
pure virtual |
◆ getArgument() [2/2]
| virtual std::string JSON::AbstractLeaf::getArgument |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file:
- /home/uhlrich/Bureau/MARTY/newlife/marty-dev/jsonparser/include/jsonObject.h