Flow123d  jenkins-Flow123d-linux-release-multijob-282
Input::JSONToStorage Member List

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::JSONToStorageprotected
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::JSONToStorageinlineprotected
json_type_namesInput::JSONToStorageprotected
JSONToStorage(istream &in, const Type::TypeBase &root_type)Input::JSONToStorage
JSONToStorage(const string &default_str, const Type::TypeBase &root_type)Input::JSONToStorage
JSONToStorage()Input::JSONToStorageprotected
make_selection_storage_without_catch(JSONPath &p, const Type::Selection *selection)Input::JSONToStorageprotected
make_storage(JSONPath &p, const Type::TypeBase *type)Input::JSONToStorageprotected
make_storage(JSONPath &p, const Type::Record *record)Input::JSONToStorageprotected
make_storage(JSONPath &p, const Type::AbstractRecord *abstr_rec)Input::JSONToStorageprotected
make_storage(JSONPath &p, const Type::Array *array)Input::JSONToStorageprotected
make_storage(JSONPath &p, const Type::Selection *selection)Input::JSONToStorageprotected
make_storage(JSONPath &p, const Type::Bool *bool_type)Input::JSONToStorageprotected
make_storage(JSONPath &p, const Type::Integer *int_type)Input::JSONToStorageprotected
make_storage(JSONPath &p, const Type::Double *double_type)Input::JSONToStorageprotected
make_storage(JSONPath &p, const Type::String *string_type)Input::JSONToStorageprotected
make_storage_from_default(const string &dflt_str, const Type::TypeBase *type)Input::JSONToStorageprotected
read_stream(istream &in, const Type::TypeBase &root_type)Input::JSONToStorageprotected
record_automatic_conversion(JSONPath &p, const Type::Record *record)Input::JSONToStorageprotected
root_type_Input::JSONToStorageprotected
storage_Input::JSONToStorageprotected
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