This is the complete list of members for Settings, including all inherited members.
| get(const std::string &key, typename std::enable_if< std::is_integral< T >::value, void * >::type=nullptr) const | Settings | inline |
| get(const std::string &key, T defaultValue, typename std::enable_if< std::is_integral< T >::value, void * >::type=nullptr) const | Settings | inline |
| get(const std::string &key, typename std::enable_if< std::is_same< T, std::string >::value, void * >::type=nullptr) const | Settings | inline |
| get(const std::string &key, T defaultValue, typename std::enable_if< std::is_same< T, std::string >::value, void * >::type=nullptr) const | Settings | inline |
| get(const std::string &key, typename std::enable_if< std::is_same< T, bool >::value, void * >::type=nullptr) const | Settings | inline |
| get(const std::string &key, T defaultValue, typename std::enable_if< std::is_same< T, bool >::value, void * >::type=nullptr) const | Settings | inline |
| isSet(const std::string &key) const | Settings | inline |
| Settings()=default | Settings | |
| Settings(const std::string &filename) | Settings | inline |