#include <NestedTableTypeParameter.h>
Public Methods | |
| NestedTableTypeParameter () | |
| Default constructor | |
| ~NestedTableTypeParameter () | |
| Destructor | |
Public Attributes | |
| NestedTableTypeOption::DetailTableType | m_detail_table_type = NestedTableTypeOption::DetailTableType::FixedMinimum |
| Width of nested table type | |
| std::string | m_main_data_path = "" |
| Normal data-merge file path | |
| std::string | m_sub_data_path = "" |
| Path of JSON file with nested structure | |
| 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
|
|
|
Width of nested table type
|
|
|
Normal data-merge file path
|
|
|
Path of JSON file with nested structure
|
|
|
File format for merging data
|
|
|
File encoding
|