|
libwreport 3.42
|
Public Member Functions | |
| JSON (std::stringstream &out) | |
Public Member Functions inherited from wreport::json::JSON | |
| JSON (std::stringstream &out) | |
Protected Member Functions | |
| void | maybe_add_comma () |
Protected Member Functions inherited from wreport::json::JSON | |
| void | addc (char c) |
| void | adds (const std::string &val) |
| void | addu (unsigned val) |
| void | addq (const std::string &val) |
Protected Attributes | |
| bool | first = true |
Protected Attributes inherited from wreport::json::JSON | |
| std::stringstream & | out |