Flow123d
master-f44eb46
|
Go to the source code of this file.
Namespaces | |
json_spirit | |
Functions | |
bool | json_spirit::read (const std::string &s, mValue &value) |
bool | json_spirit::read (std::istream &is, mValue &value) |
bool | json_spirit::read (std::string::const_iterator &begin, std::string::const_iterator end, mValue &value) |
void | json_spirit::read_or_throw (const std::string &s, mValue &value) |
void | json_spirit::read_or_throw (std::istream &is, mValue &value) |
void | json_spirit::read_or_throw (std::string::const_iterator &begin, std::string::const_iterator end, mValue &value) |