Public Types | Public Member Functions | Public Attributes

MultipleParameterLoop::Entry Class Reference

List of all members.

Public Types

enum  MultipleEntryType

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 2581 of file parameter_handler.h.


Member Enumeration Documentation

Declare what a multiple entry is: a variant * entry (in curly braces {, }) or an array (in double curly braces {{, }}).

Definition at line 2591 of file parameter_handler.h.


Constructor & Destructor Documentation

MultipleParameterLoop::Entry::Entry ( ) [inline]

Constructor

Definition at line 2599 of file parameter_handler.h.

MultipleParameterLoop::Entry::Entry ( const std::vector< std::string > &  Path,
const std::string &  Name,
const std::string &  Value 
)

Construct an object with given subsection path, name and value. The splitting up into the different variants is done later by split_different_values.


Member Function Documentation

void MultipleParameterLoop::Entry::split_different_values ( )

Split the entry value into the different branches.

std::size_t MultipleParameterLoop::Entry::memory_consumption ( ) const

Determine an estimate for the memory consumption (in bytes) of this object.


Member Data Documentation

Path to variant entry.

Definition at line 2620 of file parameter_handler.h.

Name of entry.

Definition at line 2625 of file parameter_handler.h.

Original variant value.

Definition at line 2630 of file parameter_handler.h.

List of entry values constructed out of what was given in the input file (that is stored in EntryValue.

Definition at line 2637 of file parameter_handler.h.

Store whether this entry is a variant entry or an array.

Definition at line 2643 of file parameter_handler.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

deal.II documentation generated on Mon May 21 2012 12:06:33 by doxygen 1.7.3