|
Flow123d
master-469ee9f
|
This is the complete list of members for Input::PathBase, including all inherited members.
| as_string() const | Input::PathBase | |
| clone() const =0 | Input::PathBase | pure virtual |
| DECLARE_INPUT_EXCEPTION(ExcRefOfWrongType,<< "Reference at address "<< EI_ErrorAddress::qval<< " has wrong type, should by string.") | Input::PathBase | |
| DECLARE_INPUT_EXCEPTION(ExcReferenceNotFound,<< "Error in input file: "<< EI_JsonFile::qval<< "\nReference {REF=\""<< EI_RefStr::val<< "\"} at address "<< EI_RefAddress::qval<< " not found.\n"<< "failed to follow at address: "<< EI_ErrorAddress::qval<< " because "<< EI_Specification::val) | Input::PathBase | |
| down(unsigned int index)=0 | Input::PathBase | pure virtual |
| down(const std::string &key, int index=-1)=0 | Input::PathBase | pure virtual |
| find_ref_node()=0 | Input::PathBase | pure virtual |
| get_array_size() const =0 | Input::PathBase | pure virtual |
| get_bool_value() const =0 | Input::PathBase | pure virtual |
| get_double_value() const =0 | Input::PathBase | pure virtual |
| get_int_value() const =0 | Input::PathBase | pure virtual |
| get_node_type(unsigned int type_idx) const | Input::PathBase | |
| get_node_type_index() const =0 | Input::PathBase | pure virtual |
| get_record_key_set(std::set< std::string > &) const =0 | Input::PathBase | pure virtual |
| get_record_tag() const =0 | Input::PathBase | pure virtual |
| get_string_value() const =0 | Input::PathBase | pure virtual |
| go_to_root() | Input::PathBase | |
| is_array_type() const =0 | Input::PathBase | pure virtual |
| is_effectively_null() const =0 | Input::PathBase | pure virtual |
| is_null_type() const =0 | Input::PathBase | pure virtual |
| is_record_type() const =0 | Input::PathBase | pure virtual |
| json_type_names | Input::PathBase | protected |
| level() const =0 | Input::PathBase | pure virtual |
| output(std::ostream &stream) const | Input::PathBase | |
| path_ | Input::PathBase | protected |
| PathBase() | Input::PathBase | protected |
| ReaderInternalCsvInclude class | Input::PathBase | friend |
| TYPEDEF_ERR_INFO(EI_ErrorAddress, std::string) | Input::PathBase | |
| TYPEDEF_ERR_INFO(EI_RefAddress, std::string) | Input::PathBase | |
| TYPEDEF_ERR_INFO(EI_JsonFile, std::string) | Input::PathBase | |
| TYPEDEF_ERR_INFO(EI_RefStr, std::string) | Input::PathBase | |
| TYPEDEF_ERR_INFO(EI_Specification, std::string) | Input::PathBase | |
| up()=0 | Input::PathBase | pure virtual |
| ~PathBase() | Input::PathBase | inlinevirtual |