![]() |
Reference documentation for deal.II version 8.1.0
|
This is the complete list of members for ParameterHandler, including all inherited members.
clear() | 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 | |
DeclException0(ExcAlreadyAtTopLevel) | ParameterHandler | |
DeclException1(ExcEntryAlreadyExists, std::string,<< "The following entry already exists: "<< arg1) | ParameterHandler | |
DeclException1(ExcEntryUndeclared, std::string,<< "You can't ask for entry <"<< arg1<< "> you have not yet declared") | ParameterHandler | |
DeclException1(ExcConversionError, std::string,<< "Error when trying to convert the following string: "<< arg1) | ParameterHandler | |
DeclException2(ExcValueDoesNotMatchPattern, std::string, std::string,<< "The string <"<< arg1<< "> does not match the given pattern <"<< arg2<< ">") | ParameterHandler | |
Subscriptor::DeclException2(ExcNoSubscriber, char *, char *,<< "No subscriber with identifier \""<< arg2<< "\" did subscribe to this object of class "<< arg1) | Subscriptor | |
DeclException3(ExcInUse, int, char *, std::string &,<< "Object of class "<< arg2<< " is still used by "<< arg1<< " other objects.\n"<< "(Additional information: "<< arg3<< ")\n"<< "Note the entry in the Frequently Asked Questions of "<< "deal.II (linked to from http://www.dealii.org/) for "<< "more information on what this error means.") | Subscriptor | |
demangle(const std::string &s) | ParameterHandler | privatestatic |
Description enum value | ParameterHandler | |
enter_subsection(const std::string &subsection) | ParameterHandler | |
entries | ParameterHandler | private |
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 | |
is_parameter_node(const boost::property_tree::ptree &) | ParameterHandler | privatestatic |
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 | |
mangle(const std::string &s) | ParameterHandler | privatestatic |
memory_consumption() const | ParameterHandler | |
MultipleParameterLoop (defined in ParameterHandler) | ParameterHandler | friend |
n_subscriptions() const | Subscriptor | |
operator=(const ParameterHandler &) | ParameterHandler | private |
Subscriptor::operator=(const Subscriptor &) | Subscriptor | |
operator==(const ParameterHandler &prm2) const | ParameterHandler | |
OutputStyle enum name | ParameterHandler | |
ParameterHandler(const ParameterHandler &) | ParameterHandler | private |
ParameterHandler() | ParameterHandler | |
path_separator | ParameterHandler | privatestatic |
patterns | ParameterHandler | private |
print_parameters(std::ostream &out, const OutputStyle style) | ParameterHandler | |
print_parameters_section(std::ostream &out, const OutputStyle style, const unsigned int indent_level) | ParameterHandler | |
read_input(std::istream &input, const std::string &filename="input file") | ParameterHandler | virtual |
read_input(const std::string &filename, const bool optional=false, const bool write_stripped_file=false) | ParameterHandler | virtual |
read_input_from_string(const char *s) | ParameterHandler | virtual |
read_input_from_xml(std::istream &input) | ParameterHandler | virtual |
save(Archive &ar, const unsigned int version) const | ParameterHandler | inline |
scan_line(std::string line, const std::string &input_filename, const unsigned int lineno) | 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=0) const | Subscriptor | |
Subscriptor() | Subscriptor | |
Subscriptor(const Subscriptor &) | Subscriptor | |
subsection_path | ParameterHandler | private |
Text enum value | ParameterHandler | |
unsubscribe(const char *identifier=0) const | Subscriptor | |
XML enum value | ParameterHandler | |
~ParameterHandler() | ParameterHandler | virtual |
~Subscriptor() | Subscriptor | virtual |