|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 toml_string,包括所有继承而来的类成员
| 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 override | toml_string | inlinevirtual |
| as_table() const noexcept | toml_value | inlinevirtual |
| Basic 枚举值 | toml_string | |
| Boolean 枚举值 | toml_value | |
| DateTime 枚举值 | toml_value | |
| Float 枚举值 | toml_value | |
| get_string_type() const noexcept | toml_string | inline |
| get_value() const noexcept | toml_string | 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_integer() const noexcept | toml_value | inline |
| is_string() const noexcept | toml_value | inline |
| is_table() const noexcept | toml_value | inline |
| Literal 枚举值 | toml_string | |
| MultiBasic 枚举值 | toml_string | |
| MultiLiteral 枚举值 | toml_string | |
| String 枚举值 | toml_value | |
| string_type 枚举名称 | toml_string | |
| Table 枚举值 | toml_value | |
| to_document() const | toml_value | |
| to_string() const | toml_value | |
| toml_string(string value, const string_type type=Basic) noexcept | toml_string | inlineexplicit |
| type() const noexcept override | toml_string | inlinevirtual |
| types 枚举名称 | toml_value | |
| ~toml_value()=default | toml_value | virtual |