|
cpptoml
A C++11 parser for TOML
|
This is the complete list of members for cpptoml::option< T >, including all inherited members.
| empty_ (defined in cpptoml::option< T >) | cpptoml::option< T > | private |
| operator bool() const (defined in cpptoml::option< T >) | cpptoml::option< T > | inlineexplicit |
| operator*() const (defined in cpptoml::option< T >) | cpptoml::option< T > | inline |
| operator->() const (defined in cpptoml::option< T >) | cpptoml::option< T > | inline |
| option() (defined in cpptoml::option< T >) | cpptoml::option< T > | inline |
| option(T value) (defined in cpptoml::option< T >) | cpptoml::option< T > | inline |
| value_ (defined in cpptoml::option< T >) | cpptoml::option< T > | private |
| value_or(U &&alternative) const (defined in cpptoml::option< T >) | cpptoml::option< T > | inline |