Definition at line 314 of file TBufferJSON.cxx.
Public Member Functions | |
nlohmann::json * | GetStlNode (nlohmann::json *prnt) |
temporary value reading std::map as JSON | |
Public Attributes | |
Bool_t | fFirst {kTRUE} |
special iterator over STL map::key members | |
Int_t | fIndx {0} |
nlohmann::json::iterator | fIter |
is first or second element is used in the pair | |
Int_t | fMap {0} |
index of object in STL container | |
const char * | fTypeTag {nullptr} |
iterator for std::map stored as JSON object | |
nlohmann::json | fValue |
type tag used for std::map stored as JSON object | |
|
inline |
temporary value reading std::map as JSON
Definition at line 321 of file TBufferJSON.cxx.
special iterator over STL map::key members
Definition at line 317 of file TBufferJSON.cxx.
Int_t TJSONStackObj::StlRead::fIndx {0} |
Definition at line 315 of file TBufferJSON.cxx.
nlohmann::json::iterator TJSONStackObj::StlRead::fIter |
is first or second element is used in the pair
Definition at line 318 of file TBufferJSON.cxx.
Int_t TJSONStackObj::StlRead::fMap {0} |
index of object in STL container
Definition at line 316 of file TBufferJSON.cxx.
const char* TJSONStackObj::StlRead::fTypeTag {nullptr} |
iterator for std::map stored as JSON object
Definition at line 319 of file TBufferJSON.cxx.
nlohmann::json TJSONStackObj::StlRead::fValue |
type tag used for std::map stored as JSON object
Definition at line 320 of file TBufferJSON.cxx.