StormByte C++ Library: Database module 0.0.9999
StormByte-Database is a StormByte library module for handling database connections
Loading...
Searching...
No Matches
StormByte::Database::NamedValue Member List

This is the complete list of members for StormByte::Database::NamedValue, including all inherited members.

Get() const (defined in StormByte::Database::Value)StormByte::Database::Valueinline
IsNull() const noexceptStormByte::Database::Valueinline
Name() const noexceptStormByte::Database::NamedValueinline
NamedValue(const std::string &name, const Value &value) noexceptStormByte::Database::NamedValueinline
NamedValue(std::string &&name, Value &&value) noexceptStormByte::Database::NamedValueinline
NamedValue(const NamedValue &other)=defaultStormByte::Database::NamedValue
NamedValue(NamedValue &&other) noexcept=defaultStormByte::Database::NamedValue
operator=(const NamedValue &other)=defaultStormByte::Database::NamedValue
operator=(NamedValue &&other) noexcept=defaultStormByte::Database::NamedValue
StormByte::Database::Value::operator=(const Value &)=defaultStormByte::Database::Value
StormByte::Database::Value::operator=(Value &&) noexcept=defaultStormByte::Database::Value
Type enum nameStormByte::Database::Value
Type() const noexceptStormByte::Database::Valueinline
Value() noexceptStormByte::Database::Valueinline
Value(int value) noexcept (defined in StormByte::Database::Value)StormByte::Database::Valueinline
Value(unsigned int value) noexcept (defined in StormByte::Database::Value)StormByte::Database::Valueinline
Value(long int value) noexcept (defined in StormByte::Database::Value)StormByte::Database::Valueinline
Value(unsigned long int value) noexcept (defined in StormByte::Database::Value)StormByte::Database::Valueinline
Value(double value) noexcept (defined in StormByte::Database::Value)StormByte::Database::Valueinline
Value(const std::string &value) noexcept (defined in StormByte::Database::Value)StormByte::Database::Valueinline
Value(std::string &&value) noexcept (defined in StormByte::Database::Value)StormByte::Database::Valueinline
Value(const char *value) noexcept (defined in StormByte::Database::Value)StormByte::Database::Valueinline
Value(const std::vector< std::byte > &value) noexcept (defined in StormByte::Database::Value)StormByte::Database::Valueinline
Value(std::vector< std::byte > &&value) noexcept (defined in StormByte::Database::Value)StormByte::Database::Valueinline
Value(bool value) noexcept (defined in StormByte::Database::Value)StormByte::Database::Valueinline
Value(const Value &)=defaultStormByte::Database::Value
Value(Value &&) noexcept=defaultStormByte::Database::Value
~NamedValue() noexcept override=defaultStormByte::Database::NamedValue
~Value() noexcept=defaultStormByte::Database::Valuevirtual