Flow123d  master-f44eb46
Input::ReaderInternalBase Member List

This is the complete list of members for Input::ReaderInternalBase, including all inherited members.

abstract_automatic_conversion(PathBase &p, const Type::Abstract *abstr_rec)Input::ReaderInternalBaseprotected
complete_input_error(ExcInputError &e, PathBase &p, ValueTypes value_type)Input::ReaderInternalBaseprotected
DECLARE_INPUT_EXCEPTION(ExcInputError,<< "Error in input file: "<< EI_File::qval<< " at address: "<< EI_ErrorAddress::qval<< "\n"<< EI_Specification::val<< "\n"<< EI_Format::val<< " type: "<< EI_JSON_Type::qval<< "\n"<< "Expected type:\n"<< EI_InputType::val)Input::ReaderInternalBase
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::ReaderInternalBase
DECLARE_INPUT_EXCEPTION(ExcAutomaticConversionError,<< "Error during automatic conversion of "<< EI_RecordName::val<< " record.\n "<< EI_InputErrorMessage::val<< "\n")Input::ReaderInternalBase
DECLARE_INPUT_EXCEPTION(ExcForbiddenTag,<< "Tag "<< EI_Tag::qval<< " "<< EI_Specification::val<< "\n")Input::ReaderInternalBase
DECLARE_INPUT_EXCEPTION(ExcDuplicitTag,<< "Error in input file: "<< EI_File::qval<< " at address: "<< EI_ErrorAddress::qval<< "\n"<< "Duplicit Tag: "<< EI_Tag::qval<< "\n")Input::ReaderInternalBase
DECLARE_INPUT_EXCEPTION(ExcWrongCsvFormat,<< EI_Specification::val<< ",\n"<< EI_TokenizerMsg::val<< "\n")Input::ReaderInternalBase
DECLARE_INPUT_EXCEPTION(ExcMultipleDefinitionCsvColumn,<< "Multiple definition of column with index "<< EI_ColumnIndex::qval<< " in included CSV file:\n"<< EI_File::val<< ",\n")Input::ReaderInternalBase
generate_input_error(PathBase &p, const Type::TypeBase *type, std::string spec, bool add_type)Input::ReaderInternalBaseprotected
get_included_file(PathBase &p)Input::ReaderInternalBaseprotected
make_array_storage(PathBase &p, const Type::Array *array, int arr_size)Input::ReaderInternalBaseprotected
make_include_storage(PathBase &p, const Type::TypeBase *type)Input::ReaderInternalBaseprotected
make_storage(PathBase &p, const Type::TypeBase *type)Input::ReaderInternalBaseprotected
make_storage_from_default(const string &dflt_str, std::shared_ptr< Type::TypeBase > type)Input::ReaderInternalBaseprotected
make_sub_storage(PathBase &p, const Type::Record *record)Input::ReaderInternalBaseprotected
make_sub_storage(PathBase &p, const Type::Tuple *tuple)Input::ReaderInternalBaseprotected
make_sub_storage(PathBase &p, const Type::Abstract *abstr_rec)Input::ReaderInternalBaseprotected
make_sub_storage(PathBase &p, const Type::Array *array)=0Input::ReaderInternalBaseprotectedpure virtual
make_sub_storage(PathBase &p, const Type::Selection *selection)=0Input::ReaderInternalBaseprotectedpure virtual
make_sub_storage(PathBase &p, const Type::Bool *bool_type)=0Input::ReaderInternalBaseprotectedpure virtual
make_sub_storage(PathBase &p, const Type::Integer *int_type)=0Input::ReaderInternalBaseprotectedpure virtual
make_sub_storage(PathBase &p, const Type::Double *double_type)=0Input::ReaderInternalBaseprotectedpure virtual
make_sub_storage(PathBase &p, const Type::String *string_type)=0Input::ReaderInternalBaseprotectedpure virtual
read_bool_value(PathBase &p, const Type::TypeBase *type)Input::ReaderInternalBaseprotected
read_double_value(PathBase &p, const Type::TypeBase *type)Input::ReaderInternalBaseprotected
read_int_value(PathBase &p, const Type::TypeBase *type)Input::ReaderInternalBaseprotected
read_string_value(PathBase &p, const Type::TypeBase *type)Input::ReaderInternalBaseprotected
ReaderInternalBase()Input::ReaderInternalBase
record_automatic_conversion(PathBase &p, const Type::Record *record)Input::ReaderInternalBaseprotected
TYPEDEF_ERR_INFO(EI_InputType, string)Input::ReaderInternalBase
TYPEDEF_ERR_INFO(EI_File, const string)Input::ReaderInternalBase
TYPEDEF_ERR_INFO(EI_Specification, const string)Input::ReaderInternalBase
TYPEDEF_ERR_INFO(EI_Format, const string)Input::ReaderInternalBase
TYPEDEF_ERR_INFO(EI_JSON_Type, const string)Input::ReaderInternalBase
TYPEDEF_ERR_INFO(EI_ErrorAddress, string)Input::ReaderInternalBase
TYPEDEF_ERR_INFO(EI_TransposeIndex, unsigned int)Input::ReaderInternalBase
TYPEDEF_ERR_INFO(EI_TransposeAddress, string)Input::ReaderInternalBase
TYPEDEF_ERR_INFO(EI_JSONLine, unsigned int)Input::ReaderInternalBase
TYPEDEF_ERR_INFO(EI_JSONColumn, unsigned int)Input::ReaderInternalBase
TYPEDEF_ERR_INFO(EI_JSONReason, string)Input::ReaderInternalBase
TYPEDEF_ERR_INFO(EI_InputErrorMessage, const string)Input::ReaderInternalBase
TYPEDEF_ERR_INFO(EI_RecordName, const string)Input::ReaderInternalBase
TYPEDEF_ERR_INFO(EI_Tag, string)Input::ReaderInternalBase
TYPEDEF_ERR_INFO(EI_TokenizerMsg, std::string)Input::ReaderInternalBase
TYPEDEF_ERR_INFO(EI_ColumnIndex, unsigned int)Input::ReaderInternalBase