Flow123d  release_2.2.0-914-gf1a3a4f
Public Member Functions | Public Attributes | List of all members
FieldCommon::MessageData Struct Reference

Store data of one initialization message. More...

#include <field_common.hh>

Collaboration diagram for FieldCommon::MessageData:
Collaboration graph
[legend]

Public Member Functions

 MessageData (std::string default_value, std::string field_name, std::string region_list)
 Constructor. More...
 

Public Attributes

std::string default_value_
 Default value of the field. More...
 
std::string field_name_
 Parameter name_ of the field. More...
 
std::string region_list_
 List of regions separated by comma. More...
 

Detailed Description

Store data of one initialization message.

Definition at line 75 of file field_common.hh.

Constructor & Destructor Documentation

FieldCommon::MessageData::MessageData ( std::string  default_value,
std::string  field_name,
std::string  region_list 
)
inline

Constructor.

Definition at line 77 of file field_common.hh.

Member Data Documentation

std::string FieldCommon::MessageData::default_value_

Default value of the field.

Definition at line 78 of file field_common.hh.

std::string FieldCommon::MessageData::field_name_

Parameter name_ of the field.

Definition at line 81 of file field_common.hh.

std::string FieldCommon::MessageData::region_list_

List of regions separated by comma.

Definition at line 82 of file field_common.hh.


The documentation for this struct was generated from the following file: