StdAir Logo  1.00.21
C++ Standard Airline IT Object Library
Loading...
Searching...
No Matches
stdair::JSONString Class Reference

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

Detailed Description

JSON-formatted string.

Definition at line 16 of file stdair_json.hpp.

Constructor & Destructor Documentation

◆ JSONString() [1/2]

stdair::JSONString::JSONString ( const std::string & iJsonString)
inlineexplicit

Main Constructor.

Definition at line 21 of file stdair_json.hpp.

References _jsonString.

◆ JSONString() [2/2]

stdair::JSONString::JSONString ( )
inlineexplicit

Default constructor.

Definition at line 26 of file stdair_json.hpp.

References _jsonString.

◆ ~JSONString()

virtual stdair::JSONString::~JSONString ( )
inlinevirtual

Destructor.

Definition at line 31 of file stdair_json.hpp.

Member Function Documentation

◆ getString()

Member Data Documentation

◆ _jsonString

std::string stdair::JSONString::_jsonString
protected

Definition at line 44 of file stdair_json.hpp.

Referenced by getString(), JSONString(), and JSONString().


The documentation for this class was generated from the following file: