JSON-formatted string. More...
#include <stdair/stdair_json.hpp>
Public Member Functions | |
| JSONString (const std::string &iJsonString) | |
| JSONString () | |
| virtual | ~JSONString () |
| const std::string & | getString () const |
Protected Attributes | |
| std::string | _jsonString |
JSON-formatted string.
Definition at line 16 of file stdair_json.hpp.
|
inlineexplicit |
Main Constructor.
Definition at line 21 of file stdair_json.hpp.
|
inlineexplicit |
Default constructor.
Definition at line 26 of file stdair_json.hpp.
|
inlinevirtual |
Destructor.
Definition at line 31 of file stdair_json.hpp.
|
inline |
Get the string value.
Definition at line 36 of file stdair_json.hpp.
References _jsonString.
Referenced by stdair::BomJSONImport::jsonImportBreakPoints(), stdair::BomJSONImport::jsonImportCommand(), stdair::BomJSONImport::jsonImportConfig(), stdair::BomJSONImport::jsonImportEventType(), stdair::BomJSONImport::jsonImportFlightDate(), stdair::BomJSONImport::jsonImportFlightNumber(), and stdair::BomJSONImport::jsonImportInventoryKey().
|
protected |
Definition at line 44 of file stdair_json.hpp.
Referenced by getString().
1.8.9.1