@brief Gets configuration type of current configuration
| 1743 | |
| 1744 | /// @brief Gets configuration type of current configuration |
| 1745 | inline ConfigurationType configurationType(void) const { |
| 1746 | return m_configurationType; |
| 1747 | } |
| 1748 | |
| 1749 | /// @brief Gets string based configuration value |
| 1750 | inline const std::string& value(void) const { |
no outgoing calls
no test coverage detected