|
Flow123d
release_3.0.0-1008-gca43bb7
|
Store data of one initialization message. More...
#include <field_common.hh>

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... | |
Store data of one initialization message.
Definition at line 88 of file field_common.hh.
|
inline |
Constructor.
Definition at line 90 of file field_common.hh.
| std::string FieldCommon::MessageData::default_value_ |
Default value of the field.
Definition at line 91 of file field_common.hh.
| std::string FieldCommon::MessageData::field_name_ |
Parameter name_ of the field.
Definition at line 94 of file field_common.hh.
| std::string FieldCommon::MessageData::region_list_ |
List of regions separated by comma.
Definition at line 95 of file field_common.hh.
1.8.11