| 333 | } |
| 334 | |
| 335 | const char* Settings::SettingsStringContainer::CStr() const |
| 336 | { |
| 337 | return c_str_ != nullptr ? c_str_ : str_.c_str(); |
| 338 | } |
| 339 | |
| 340 | Settings::SettingsStringContainer::~SettingsStringContainer() |
| 341 | {} |
no outgoing calls
no test coverage detected