| 2108 | /////////////////////////////////////////////////////////////////////////// |
| 2109 | |
| 2110 | const char * Config::getName() const noexcept |
| 2111 | { |
| 2112 | return getImpl()->m_name.c_str(); |
| 2113 | } |
| 2114 | |
| 2115 | void Config::setName(const char * name) noexcept |
| 2116 | { |
no test coverage detected