Reference documentation for deal.II version 9.1.1
\(\newcommand{\dealcoloneq}{\mathrel{\vcenter{:}}=}\)
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 2034 of file parameter_handler.h.


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