NDDEM
Public Member Functions | Private Attributes | List of all members
nddem::JsonObject::dat Struct Reference

#include <json_parser.h>

Public Member Functions

 dat (std::pair< std::string, JsonValue > p)
 
std::string key ()
 
JsonValuevalue ()
 
 dat (std::pair< std::string, JsonValue > p)
 
std::string key ()
 
JsonValuevalue ()
 

Private Attributes

std::string k
 
JsonValue v
 

Constructor & Destructor Documentation

◆ dat() [1/2]

nddem::JsonObject::dat::dat ( std::pair< std::string, JsonValue p)
inline

◆ dat() [2/2]

nddem::JsonObject::dat::dat ( std::pair< std::string, JsonValue p)
inline

Member Function Documentation

◆ key() [1/2]

std::string nddem::JsonObject::dat::key ( )
inline

◆ key() [2/2]

std::string nddem::JsonObject::dat::key ( )
inline

◆ value() [1/2]

JsonValue& nddem::JsonObject::dat::value ( )
inline

◆ value() [2/2]

JsonValue& nddem::JsonObject::dat::value ( )
inline

Member Data Documentation

◆ k

std::string nddem::JsonObject::dat::k
private

◆ v

JsonValue nddem::JsonObject::dat::v
private

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