|
enum | Format { CSV,
TEXT,
CSV,
TEXT
} |
|
enum | Mode { INDIVIDUAL,
MERGED,
INDIVIDUAL,
MERGED
} |
|
enum | Format { CSV,
TEXT,
CSV,
TEXT
} |
|
enum | Mode { INDIVIDUAL,
MERGED,
INDIVIDUAL,
MERGED
} |
|
|
| PnPExportSettings (const json &j) |
|
json | serialize () const |
|
| 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
static const LutEnumStr< 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: