|
| enum | Format { CSV,
TEXT
} |
| |
| enum | Mode { INDIVIDUAL,
MERGED
} |
| |
|
|
| PnPExportSettings (const json &j) |
| |
|
json | serialize () const |
| |
|
|
Format | format = Format::CSV |
| |
|
std::vector< PnPColumn > | columns |
| |
|
Mode | mode = Mode::MERGED |
| |
|
bool | include_nopopulate = true |
| |
|
std::string | output_directory |
| |
|
std::string | filename_top |
| |
|
std::string | filename_bottom |
| |
|
std::string | filename_merged |
| |
◆ mode_lut
| const LutEnumStr< PnPExportSettings::Mode > horizon::PnPExportSettings::mode_lut |
|
static |
Initial value:= {
{"merged", PnPExportSettings::Mode::MERGED},
{"individual", PnPExportSettings::Mode::INDIVIDUAL},
}
The documentation for this class was generated from the following files: