Reference documentation for deal.II version 9.2.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Public Types | Public Member Functions | Public Attributes | List of all members

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
 

Detailed Description

An object in the list of entries with multiple values.

Definition at line 2177 of file parameter_handler.h.


The documentation for this class was generated from the following files: