SST 16.0.0
Structural Simulation Toolkit
SST::Core::SSTConfigSaxHandler Class Reference

Public Member Functions

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 ()

Data Fields

std::size_t error_pos_
std::string error_str_

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