#include <ProgramConfig.h>
|
| static std::string | getDefaultString () |
| |
| static std::string | format (const bool &value) |
| |
| static std::string | format (const int &value) |
| |
| static std::string | format (const float &value) |
| |
| static std::string | format (const std::string &value) |
| |
| static std::string | format (const std::vector< std::string > &values) |
| |
| static std::string | format (const std::set< std::string > &values) |
| |
| static std::vector< std::string > | splitCsvTopLevel (const std::string &basicString) |
| |
◆ ProgramConfig() [1/2]
| ProgramConfig::ProgramConfig |
( |
| ) |
|
|
explicit |
◆ ProgramConfig() [2/2]
| ProgramConfig::ProgramConfig |
( |
const std::string & |
input | ) |
|
|
explicit |
◆ getDefaultString()
| std::string ProgramConfig::getDefaultString |
( |
| ) |
|
|
static |
◆ toString()
| std::string ProgramConfig::toString |
( |
| ) |
const |
Format the ProgramConfig as a HOCON string
- Returns
- The HOCON string
◆ barBeats
| int XJ::ProgramConfig::barBeats |
◆ cutoffMinimumBars
| int XJ::ProgramConfig::cutoffMinimumBars |
◆ doPatternRestartOnChord
| bool XJ::ProgramConfig::doPatternRestartOnChord |
The documentation for this class was generated from the following files: