Flow123d
master-f44eb46
|
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 99 of file field_common.hh.
|
inline |
Constructor.
Definition at line 101 of file field_common.hh.
std::string FieldCommon::MessageData::default_value_ |
Default value of the field.
Definition at line 104 of file field_common.hh.
std::string FieldCommon::MessageData::field_name_ |
Parameter name_ of the field.
Definition at line 105 of file field_common.hh.
std::string FieldCommon::MessageData::region_list_ |
List of regions separated by comma.
Definition at line 106 of file field_common.hh.