This is the complete list of members for Parser, including all inherited members.
_app_type | Parser | private |
_cli_root | Parser | private |
_command_line_params | Parser | private |
_extracted_vars | Parser | private |
_input_filenames | Parser | private |
_input_text | Parser | private |
_root | Parser | private |
_throw_on_error | Parser | private |
appendErrorMessages(std::vector< hit::ErrorMessage > &to, const std::vector< hit::ErrorMessage > &from) | Parser | static |
appendErrorMessages(std::vector< hit::ErrorMessage > &to, const hit::Error &error) | Parser | static |
getAppType() const | Parser | inline |
getCommandLineRoot() const | Parser | |
getCommandLineRoot() | Parser | |
getExtractedVars() const | Parser | inline |
getInputFileNames() const | Parser | inline |
getInputText() const | Parser | inline |
getLastInputFileName() const | Parser | |
getLastInputFilePath() const | Parser | inline |
getRoot() | Parser | |
getThrowOnError() const | Parser | inline |
joinErrorMessages(const std::vector< hit::ErrorMessage > &error_messages) | Parser | static |
parse() | Parser | |
parseError(std::vector< hit::ErrorMessage > messages) const | Parser | |
Parser(const std::vector< std::string > &input_filenames, const std::optional< std::vector< std::string >> &input_text={}) | Parser | |
Parser(const std::string &input_filename, const std::optional< std::string > &input_text={}) | Parser | |
queryCommandLineRoot() const | Parser | inline |
queryCommandLineRoot() | Parser | inline |
queryRoot() const | Parser | inline |
queryRoot() | Parser | inline |
setAppType(const std::string &app_type) | Parser | inline |
setCommandLineParams(const std::vector< std::string > ¶ms) | Parser | |
setThrowOnError(const bool throw_on_error) | Parser | inline |