Flow123d
jenkins-Flow123d-linux-release-multijob-282
|
This is the complete list of members for Input::JSONToStorage, including all inherited members.
abstract_rec_automatic_conversion(JSONPath &p, const Type::AbstractRecord *abstr_rec) | Input::JSONToStorage | protected |
DECLARE_INPUT_EXCEPTION(ExcInputError,<< "Error in input file: "<< EI_File::qval<< " at address: "<< EI_ErrorAddress::qval<<"\n"<< EI_Specification::val<< "\n"<< "JSON type: "<< EI_JSON_Type::qval<< "\n"<< "Expected type:\n"<< EI_InputType::val) | Input::JSONToStorage | |
DECLARE_INPUT_EXCEPTION(ExcNotJSONFormat,<< "Not valid JSON file "<< EI_File::qval<< ". Error at line "<< EI_JSONLine::val<< " : col "<< EI_JSONColumn::val<< " ; reason: "<< EI_JSONReason::val<< "\n") | Input::JSONToStorage | |
DECLARE_INPUT_EXCEPTION(ExcAutomaticConversionError,<< "Error during automatic conversion of "<< EI_RecordName::val<< " record.\n "<< EI_InputErrorMessage::val<< "\n") | Input::JSONToStorage | |
get_root_interface() const | Input::JSONToStorage | |
get_storage() | Input::JSONToStorage | inlineprotected |
json_type_names | Input::JSONToStorage | protected |
JSONToStorage(istream &in, const Type::TypeBase &root_type) | Input::JSONToStorage | |
JSONToStorage(const string &default_str, const Type::TypeBase &root_type) | Input::JSONToStorage | |
JSONToStorage() | Input::JSONToStorage | protected |
make_selection_storage_without_catch(JSONPath &p, const Type::Selection *selection) | Input::JSONToStorage | protected |
make_storage(JSONPath &p, const Type::TypeBase *type) | Input::JSONToStorage | protected |
make_storage(JSONPath &p, const Type::Record *record) | Input::JSONToStorage | protected |
make_storage(JSONPath &p, const Type::AbstractRecord *abstr_rec) | Input::JSONToStorage | protected |
make_storage(JSONPath &p, const Type::Array *array) | Input::JSONToStorage | protected |
make_storage(JSONPath &p, const Type::Selection *selection) | Input::JSONToStorage | protected |
make_storage(JSONPath &p, const Type::Bool *bool_type) | Input::JSONToStorage | protected |
make_storage(JSONPath &p, const Type::Integer *int_type) | Input::JSONToStorage | protected |
make_storage(JSONPath &p, const Type::Double *double_type) | Input::JSONToStorage | protected |
make_storage(JSONPath &p, const Type::String *string_type) | Input::JSONToStorage | protected |
make_storage_from_default(const string &dflt_str, const Type::TypeBase *type) | Input::JSONToStorage | protected |
read_stream(istream &in, const Type::TypeBase &root_type) | Input::JSONToStorage | protected |
record_automatic_conversion(JSONPath &p, const Type::Record *record) | Input::JSONToStorage | protected |
root_type_ | Input::JSONToStorage | protected |
storage_ | Input::JSONToStorage | protected |
TYPEDEF_ERR_INFO(EI_InputType, string) | Input::JSONToStorage | |
TYPEDEF_ERR_INFO(EI_File, const string) | Input::JSONToStorage | |
TYPEDEF_ERR_INFO(EI_Specification, const string) | Input::JSONToStorage | |
TYPEDEF_ERR_INFO(EI_JSON_Type, const string) | Input::JSONToStorage | |
TYPEDEF_ERR_INFO(EI_ErrorAddress, JSONPath) | Input::JSONToStorage | |
TYPEDEF_ERR_INFO(EI_JSONLine, unsigned int) | Input::JSONToStorage | |
TYPEDEF_ERR_INFO(EI_JSONColumn, unsigned int) | Input::JSONToStorage | |
TYPEDEF_ERR_INFO(EI_JSONReason, string) | Input::JSONToStorage | |
TYPEDEF_ERR_INFO(EI_InputErrorMessage, const string) | Input::JSONToStorage | |
TYPEDEF_ERR_INFO(EI_RecordName, const string) | Input::JSONToStorage |