|
cpptoml
A C++11 parser for TOML
|
This is the complete list of members for cpptoml::value< T >, including all inherited members.
| accept(Visitor &&visitor, Args &&... args) const | cpptoml::base | |
| as() | cpptoml::base | inline |
| as() const (defined in cpptoml::base) | cpptoml::base | inline |
| as() (defined in cpptoml::base) | cpptoml::base | inline |
| as() const (defined in cpptoml::base) | cpptoml::base | inline |
| as_array() | cpptoml::base | inline |
| as_table() | cpptoml::base | inline |
| as_table_array() | cpptoml::base | inline |
| base() (defined in cpptoml::base) | cpptoml::base | inlineprotected |
| clone() const override (defined in cpptoml::value< T >) | cpptoml::value< T > | virtual |
| cpptoml::make_value (defined in cpptoml::value< T >) | cpptoml::value< T > | friend |
| data_ (defined in cpptoml::value< T >) | cpptoml::value< T > | private |
| get() | cpptoml::value< T > | inline |
| get() const | cpptoml::value< T > | inline |
| is_array() const | cpptoml::base | inlinevirtual |
| is_table() const | cpptoml::base | inlinevirtual |
| is_table_array() const | cpptoml::base | inlinevirtual |
| is_value() const override | cpptoml::value< T > | inlinevirtual |
| operator=(const value &val)=delete (defined in cpptoml::value< T >) | cpptoml::value< T > | private |
| value(const make_shared_enabler &, const T &val) (defined in cpptoml::value< T >) | cpptoml::value< T > | inline |
| value(const T &val) | cpptoml::value< T > | inlineprivate |
| value(const value &val)=delete (defined in cpptoml::value< T >) | cpptoml::value< T > | private |
| ~base()=default (defined in cpptoml::base) | cpptoml::base | virtual |