| 9997 | unsigned int Config::rngSeed() const { return m_data.rngSeed; } |
| 9998 | UseColour::YesOrNo Config::useColour() const { return m_data.useColour; } |
| 9999 | bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; } |
| 10000 | int Config::abortAfter() const { return m_data.abortAfter; } |
| 10001 | bool Config::showInvisibles() const { return m_data.showInvisibles; } |
| 10002 | Verbosity Config::verbosity() const { return m_data.verbosity; } |