Reference documentation for deal.II version 9.2.0
|
Public Types | |
enum | MultipleEntryType { variant, array } |
Public Member Functions | |
Entry () | |
Entry (const std::vector< std::string > &Path, const std::string &Name, const std::string &Value) | |
void | split_different_values () |
std::size_t | memory_consumption () const |
Public Attributes | |
std::vector< std::string > | subsection_path |
std::string | entry_name |
std::string | entry_value |
std::vector< std::string > | different_values |
MultipleEntryType | type |
An object in the list of entries with multiple values.
Definition at line 2177 of file parameter_handler.h.