#include <SimpleTypeParameter.h>
Public Methods | |
| SimpleTypeParameter () | |
| Default constructor | |
| ~SimpleTypeParameter () | |
| Destructor | |
Public Attributes | |
| SimpleTypeOption::OutputMode | m_output_mode = SimpleTypeOption::OutputMode::Single |
| Output mode for the data-merge data of multiple record | |
| std::string | m_data_path = "" |
| Data file path for data-merge | |
| CommonOption::DataType | m_data_type = CommonOption::DataType::CSV |
| File format for merging data | |
| CommonOption::DataFileEncoding | m_file_encoding = CommonOption::DataFileEncoding::SJIS |
| File encoding | |
|
|
Default constructor
|
|
|
Destructor
|
|
|
Output mode for the data-merge data of multiple record
|
|
|
Data file path for data-merge
|
|
|
File format for merging data
|
|
|
File encoding
|