![]() |
MySQL 9.5.0
Source Code Documentation
|
This is the complete list of members for shcore::Value, including all inherited members.
| append_descr(std::string &s_out, int indent=-1, char quote_strings='\0') const | shcore::Value | |
| append_repr(std::string &s_out) const | shcore::Value | |
| Array_type typedef | shcore::Value | |
| Array_type_ref typedef | shcore::Value | |
| as_array() const | shcore::Value | inline |
| as_bool() const | shcore::Value | |
| as_double() const | shcore::Value | |
| as_int() const | shcore::Value | |
| as_map() const | shcore::Value | inline |
| as_object() const | shcore::Value | |
| as_object_bridge() const | shcore::Value | inline |
| as_object_bridge() const | shcore::Value | |
| as_string() const | shcore::Value | |
| as_uint() const | shcore::Value | |
| as_wstring() const | shcore::Value | |
| check_type(Value_type t) const | shcore::Value | |
| descr(bool pprint=false) const | shcore::Value | |
| False() | shcore::Value | inlinestatic |
| get_string() const | shcore::Value | inline |
| get_type() const noexcept | shcore::Value | |
| is_null() const noexcept | shcore::Value | inline |
| json(bool pprint=false) const | shcore::Value | |
| m_value | shcore::Value | private |
| Map_type_ref typedef | shcore::Value | |
| new_array() | shcore::Value | inlinestatic |
| new_map() | shcore::Value | inlinestatic |
| Null() | shcore::Value | inlinestatic |
| operator bool() const noexcept | shcore::Value | inlineexplicit |
| operator!=(const Value &other) const | shcore::Value | inline |
| operator<(const Value &) const =delete | shcore::Value | |
| operator<< | shcore::Value | friend |
| operator<=(const Value &) const =delete | shcore::Value | |
| operator=(const Value &)=default | shcore::Value | |
| operator=(Value &&) noexcept=default | shcore::Value | |
| operator==(const Value &other) const | shcore::Value | |
| operator>(const Value &) const =delete | shcore::Value | |
| operator>=(const Value &) const =delete | shcore::Value | |
| parse(std::string_view s) | shcore::Value | static |
| repr() const | shcore::Value | |
| True() | shcore::Value | inlinestatic |
| Value()=default | shcore::Value | |
| Value(const Value &)=default | shcore::Value | |
| Value(Value &&) noexcept=default | shcore::Value | |
| Value(const std::string &s, bool binary=false) | shcore::Value | explicit |
| Value(std::string &&s, bool binary=false) | shcore::Value | explicit |
| Value(const char *) | shcore::Value | explicit |
| Value(const char *, size_t n, bool binary=false) | shcore::Value | explicit |
| Value(std::string_view s, bool binary=false) | shcore::Value | explicit |
| Value(std::wstring_view s) | shcore::Value | explicit |
| Value(std::nullptr_t) | shcore::Value | explicit |
| Value(int i) | shcore::Value | explicit |
| Value(unsigned int ui) | shcore::Value | explicit |
| Value(int64_t i) | shcore::Value | explicit |
| Value(uint64_t ui) | shcore::Value | explicit |
| Value(float f) | shcore::Value | explicit |
| Value(double d) | shcore::Value | explicit |
| Value(bool b) | shcore::Value | explicit |
| Value(const std::shared_ptr< polyglot::Polyglot_object > &o) | shcore::Value | explicit |
| Value(const std::shared_ptr< polyglot::Object_bridge > &o) | shcore::Value | explicit |
| Value(const Map_type_ref &n) | shcore::Value | explicit |
| Value(Map_type_ref &&n) | shcore::Value | explicit |
| Value(const Array_type_ref &n) | shcore::Value | explicit |
| Value(Array_type_ref &&n) | shcore::Value | explicit |
| ~Value() noexcept=default | shcore::Value |