|
| enum class | Output { ANSI
, MARKDOWN
} |
| |
| typedef ConfigurationHelp::ConfigType | ConfigType |
| |
|
| static void | setOutput (Output out) |
| |
| static std::ostream & | print (std::ostream &os, const ConfigurationHelp::HelpMap &map, const std::string &target) |
| |
| static std::ostream & | print (std::ostream &os, const ConfigurationHelp &help) |
| |
|
| static const std::string | allStr = "all" |
| |
| static const std::string | availStr = "avail" |
| |
◆ ConfigType
| ConfigurationHelp::ConfigType Nextsim::ConfigurationHelpPrinter::ConfigType |
◆ Output
| enum class Nextsim::ConfigurationHelpPrinter::Output |
|
strong |
◆ print() [1/2]
| std::ostream & Nextsim::ConfigurationHelpPrinter::print |
( |
std::ostream & | os, |
|
|
const ConfigurationHelp & | help ) |
|
static |
◆ print() [2/2]
| std::ostream & Nextsim::ConfigurationHelpPrinter::print |
( |
std::ostream & | os, |
|
|
const ConfigurationHelp::HelpMap & | map, |
|
|
const std::string & | target ) |
|
static |
◆ printBoolean()
| std::ostream & Nextsim::ConfigurationHelpPrinter::printBoolean |
( |
std::ostream & | os, |
|
|
const ConfigurationHelp & | help ) |
|
staticprotected |
◆ printInteger()
| std::ostream & Nextsim::ConfigurationHelpPrinter::printInteger |
( |
std::ostream & | os, |
|
|
const ConfigurationHelp & | help ) |
|
staticprotected |
◆ printModule()
| std::ostream & Nextsim::ConfigurationHelpPrinter::printModule |
( |
std::ostream & | os, |
|
|
const ConfigurationHelp & | help ) |
|
staticprotected |
◆ printNumeric()
| std::ostream & Nextsim::ConfigurationHelpPrinter::printNumeric |
( |
std::ostream & | os, |
|
|
const ConfigurationHelp & | help ) |
|
staticprotected |
◆ printString()
| std::ostream & Nextsim::ConfigurationHelpPrinter::printString |
( |
std::ostream & | os, |
|
|
const ConfigurationHelp & | help ) |
|
staticprotected |
◆ setOutput()
| void Nextsim::ConfigurationHelpPrinter::setOutput |
( |
Output | out | ) |
|
|
static |
◆ allStr
| const std::string Nextsim::ConfigurationHelpPrinter::allStr = "all" |
|
static |
◆ availStr
| const std::string Nextsim::ConfigurationHelpPrinter::availStr = "avail" |
|
static |
The documentation for this class was generated from the following files: