Definition at line 32 of file json_document_write.h.
JsonStringGenerator::JsonEntry::JsonEntry |
( |
const std::string & |
key_escaped, |
|
|
const std::string & |
val |
|
) |
| |
|
inline |
JsonStringGenerator::JsonEntry::JsonEntry |
( |
const std::string & |
key_escaped, |
|
|
const std::string & |
val, |
|
|
const JsonVariant |
variant |
|
) |
| |
|
inline |
JsonStringGenerator::JsonEntry::JsonEntry |
( |
const std::string & |
key_escaped, |
|
|
const int |
val |
|
) |
| |
|
inline |
JsonStringGenerator::JsonEntry::JsonEntry |
( |
const std::string & |
key_escaped, |
|
|
const float |
val |
|
) |
| |
|
inline |
JsonStringGenerator::JsonEntry::JsonEntry |
( |
const std::string & |
key_escaped, |
|
|
const int64_t |
val |
|
) |
| |
|
inline |
std::string JsonStringGenerator::JsonEntry::Format |
( |
| ) |
const |
|
inline |
float JsonStringGenerator::JsonEntry::float_val |
int64_t JsonStringGenerator::JsonEntry::int_val |
std::string JsonStringGenerator::JsonEntry::key_escaped |
std::string JsonStringGenerator::JsonEntry::str_val_escaped |
The documentation for this struct was generated from the following file: