|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 toml_table,包括所有继承而来的类成员
| add_member(const string &key, unique_ptr< toml_value > value) | toml_table | inline |
| Array 枚举值 | toml_value | |
| as_array() const noexcept | toml_value | inlinevirtual |
| as_boolean() const noexcept | toml_value | inlinevirtual |
| as_datetime() const noexcept | toml_value | inlinevirtual |
| as_float() const noexcept | toml_value | inlinevirtual |
| as_integer() const noexcept | toml_value | inlinevirtual |
| as_string() const noexcept | toml_value | inlinevirtual |
| as_table() const noexcept override | toml_table | inlinevirtual |
| Boolean 枚举值 | toml_value | |
| DateTime 枚举值 | toml_value | |
| Float 枚举值 | toml_value | |
| get_member(const string &key) const | toml_table | inline |
| get_member(const string &key) | toml_table | inline |
| get_members() const noexcept | toml_table | inline |
| has_member(const string &key) const | toml_table | inline |
| Integer 枚举值 | toml_value | |
| is_array() const noexcept | toml_value | inline |
| is_boolean() const noexcept | toml_value | inline |
| is_datetime() const noexcept | toml_value | inline |
| is_float() const noexcept | toml_value | inline |
| is_inline() const noexcept | toml_table | inline |
| is_integer() const noexcept | toml_value | inline |
| is_string() const noexcept | toml_value | inline |
| is_table() const noexcept | toml_value | inline |
| operator=(toml_table &&other)=default | toml_table | |
| set_inline(const bool is_inline) noexcept | toml_table | inline |
| String 枚举值 | toml_value | |
| Table 枚举值 | toml_value | |
| to_document() const | toml_value | |
| to_string() const | toml_value | |
| toml_table()=default | toml_table | |
| toml_table(const bool is_inline) | toml_table | inlineexplicit |
| toml_table(toml_table &&other)=default | toml_table | |
| type() const noexcept override | toml_table | inlinevirtual |
| types 枚举名称 | toml_value | |
| ~toml_value()=default | toml_value | virtual |