Reference documentation for deal.II version 9.0.0
|
This is the complete list of members for ParameterHandler, including all inherited members.
actions | ParameterHandler | private |
add_action(const std::string &entry, const std::function< void(const std::string &value)> &action) | ParameterHandler | |
add_parameter(const std::string &entry, ParameterType ¶meter, const std::string &documentation=std::string(), const Patterns::PatternBase &pattern= *Patterns::Tools::Convert< ParameterType >::to_pattern()) | ParameterHandler | |
clear() | ParameterHandler | |
collate_path_string(const std::vector< std::string > &subsection_path) | ParameterHandler | privatestatic |
declare_alias(const std::string &existing_entry_name, const std::string &alias_name, const bool alias_is_deprecated=false) | ParameterHandler | |
declare_entry(const std::string &entry, const std::string &default_value, const Patterns::PatternBase &pattern=Patterns::Anything(), const std::string &documentation=std::string()) | ParameterHandler | |
Description enum value | ParameterHandler | |
enter_subsection(const std::string &subsection) | ParameterHandler | |
entries | ParameterHandler | private |
ExcAlreadyAtTopLevel() | ParameterHandler | static |
ExcCannotOpenIncludeStatementFile(int arg1, std::string arg2, std::string arg3) | ParameterHandler | static |
ExcCannotParseLine(int arg1, std::string arg2, std::string arg3) | ParameterHandler | static |
ExcEntryAlreadyExists(std::string arg1) | ParameterHandler | static |
ExcEntryUndeclared(std::string arg1) | ParameterHandler | static |
ExcInUse(int arg1, std::string arg2, std::string arg3) | Subscriptor | static |
ExcInvalidEntryForPattern(int arg1, std::string arg2, std::string arg3, std::string arg4, std::string arg5) | ParameterHandler | static |
ExcInvalidEntryForPatternXML(std::string arg1, std::string arg2, std::string arg3) | ParameterHandler | static |
ExcInvalidXMLParameterFile() | ParameterHandler | static |
ExcNoSubscriber(std::string arg1, std::string arg2) | Subscriptor | static |
ExcNoSubsection(int arg1, std::string arg2, std::string arg3) | ParameterHandler | static |
ExcUnbalancedSubsections(std::string arg1, std::string arg2) | ParameterHandler | static |
ExcValueDoesNotMatchPattern(std::string arg1, std::string arg2) | ParameterHandler | static |
get(const std::string &entry_string) const | ParameterHandler | |
get_bool(const std::string &entry_name) const | ParameterHandler | |
get_current_full_path(const std::string &name) const | ParameterHandler | private |
get_current_path() const | ParameterHandler | private |
get_double(const std::string &entry_name) const | ParameterHandler | |
get_integer(const std::string &entry_string) const | ParameterHandler | |
JSON enum value | ParameterHandler | |
LaTeX enum value | ParameterHandler | |
leave_subsection() | ParameterHandler | |
list_subscribers() const | Subscriptor | |
load(Archive &ar, const unsigned int version) | ParameterHandler | inline |
log_parameters(LogStream &out) | ParameterHandler | |
log_parameters_section(LogStream &out) | ParameterHandler | |
memory_consumption() const | ParameterHandler | |
n_subscriptions() const | Subscriptor | |
operator=(const ParameterHandler &)=delete | ParameterHandler | private |
Subscriptor::operator=(const Subscriptor &) | Subscriptor | |
Subscriptor::operator=(Subscriptor &&) noexcept | Subscriptor | |
operator==(const ParameterHandler &prm2) const | ParameterHandler | |
OutputStyle enum name | ParameterHandler | |
ParameterHandler(const ParameterHandler &)=delete | ParameterHandler | private |
ParameterHandler() | ParameterHandler | |
parse_input(std::istream &input, const std::string &filename="input file", const std::string &last_line="") | ParameterHandler | virtual |
parse_input(const std::string &filename, const std::string &last_line="") | ParameterHandler | virtual |
parse_input_from_json(std::istream &input) | ParameterHandler | virtual |
parse_input_from_string(const char *s, const std::string &last_line="") | ParameterHandler | virtual |
parse_input_from_xml(std::istream &input) | ParameterHandler | virtual |
path_separator | ParameterHandler | privatestatic |
patterns | ParameterHandler | private |
print_parameters(std::ostream &out, const OutputStyle style) const | ParameterHandler | |
print_parameters_section(std::ostream &out, const OutputStyle style, const unsigned int indent_level, const bool include_top_level_elements=false) | ParameterHandler | |
recursively_print_parameters(const std::vector< std::string > &target_subsection_path, const OutputStyle style, const unsigned int indent_level, std::ostream &out) const | ParameterHandler | private |
save(Archive &ar, const unsigned int version) const | ParameterHandler | inline |
scan_line(std::string line, const std::string &input_filename, const unsigned int current_line_n) | ParameterHandler | private |
serialize(Archive &ar, const unsigned int version) | Subscriptor | inline |
set(const std::string &entry_name, const std::string &new_value) | ParameterHandler | |
set(const std::string &entry_name, const char *new_value) | ParameterHandler | |
set(const std::string &entry_name, const long int &new_value) | ParameterHandler | |
set(const std::string &entry_name, const double &new_value) | ParameterHandler | |
set(const std::string &entry_name, const bool &new_value) | ParameterHandler | |
ShortText enum value | ParameterHandler | |
subscribe(const char *identifier=nullptr) const | Subscriptor | |
Subscriptor() | Subscriptor | |
Subscriptor(const Subscriptor &) | Subscriptor | |
Subscriptor(Subscriptor &&) noexcept | Subscriptor | |
subsection_path | ParameterHandler | private |
Text enum value | ParameterHandler | |
unsubscribe(const char *identifier=nullptr) const | Subscriptor | |
XML enum value | ParameterHandler | |
~ParameterHandler()=default | ParameterHandler | virtual |
~Subscriptor() | Subscriptor | virtual |