|
|
bool | null () |
| |
|
bool | boolean (bool val) |
| |
|
bool | number_integer (json::number_integer_t val) |
| |
|
bool | number_unsigned (json::number_unsigned_t val) |
| |
|
bool | number_float (json::number_float_t val, const std::string &str) |
| |
|
bool | string (std::string &val) |
| |
|
bool | binary (json::binary_t &val) |
| |
|
bool | start_object (std::size_t elements) |
| |
|
bool | end_object () |
| |
|
bool | start_array (std::size_t elements) |
| |
|
bool | end_array () |
| |
|
bool | key (std::string &val) |
| |
|
bool | parse_error (std::size_t position, const std::string &lastToken, const json::exception &ex) |
| |
|
void | setConfigGraph (ConfigGraph *graph) |
| |
|
const std::map< std::string, std::string > | getProgramOptions () |
| |
|
|
std::size_t | errorPos |
| |
|
std::string | errorStr |
| |
The documentation for this class was generated from the following files:
- src/sst/core/model/json/jsonmodel.h
- src/sst/core/model/json/jsonmodel.cc