CppWAMP
C++11 client library for the WAMP protocol
|
This is the complete list of members for wamp::Variant, including all inherited members.
apply(V &&visitor, T &&variant) | wamp::Variant | related |
apply(V &&visitor, L &&leftVariant, R &&rightVariant) | wamp::Variant | related |
applyWithOperand(V &&visitor, T &&variant, O &&operand) | wamp::Variant | related |
Array typedef | wamp::Variant | |
as() | wamp::Variant | |
as() const | wamp::Variant | |
as() | wamp::Variant | |
as() const | wamp::Variant | |
at(SizeType index) | wamp::Variant | |
at(SizeType index) const | wamp::Variant | |
at(const String &key) | wamp::Variant | |
at(const String &key) const | wamp::Variant | |
Blob typedef | wamp::Variant | |
Bool typedef | wamp::Variant | |
BoundTypeForId typedef | wamp::Variant | |
CharType typedef | wamp::Variant | |
from(TValue &&value) | wamp::Variant | static |
Int typedef | wamp::Variant | |
is() const | wamp::Variant | |
is() const | wamp::Variant | |
isNumber(const Variant &v) | wamp::Variant | related |
isScalar(const Variant &v) | wamp::Variant | related |
isValidArg() noexcept | wamp::Variant | inlinestatic |
Null typedef | wamp::Variant | |
Object typedef | wamp::Variant | |
operator bool() const | wamp::Variant | explicit |
operator!=(const Variant &other) const | wamp::Variant | |
operator!=(const Variant &variant, const T &value) | wamp::Variant | related |
operator!=(const T &value, const Variant &variant) | wamp::Variant | related |
operator!=(const Variant &variant, const Variant::CharType *str) | wamp::Variant | related |
operator!=(const Variant::CharType *str, const Variant &variant) | wamp::Variant | related |
operator!=(const Variant &variant, Variant::CharType *str) | wamp::Variant | related |
operator!=(Variant::CharType *str, const Variant &variant) | wamp::Variant | related |
operator<(const Variant &other) const | wamp::Variant | |
operator<<(std::ostream &out, const Array &a) | wamp::Variant | related |
operator<<(std::ostream &out, const Object &o) | wamp::Variant | related |
operator<<(std::ostream &out, const Variant &v) | wamp::Variant | related |
operator=(const Variant &other) | wamp::Variant | |
operator=(Variant &&other) noexcept | wamp::Variant | |
operator=(T value) | wamp::Variant | |
operator=(Array array) | wamp::Variant | |
operator=(std::vector< T > vec) | wamp::Variant | |
operator=(Object object) | wamp::Variant | |
operator=(std::map< String, T > map) | wamp::Variant | |
operator==(const Variant &other) const | wamp::Variant | |
operator==(const Variant &variant, const T &value) | wamp::Variant | related |
operator==(const T &value, const Variant &variant) | wamp::Variant | related |
operator==(const Variant &variant, const Variant::CharType *str) | wamp::Variant | related |
operator==(const Variant::CharType *str, const Variant &variant) | wamp::Variant | related |
operator==(const Variant &variant, Variant::CharType *str) | wamp::Variant | related |
operator==(Variant::CharType *str, const Variant &variant) | wamp::Variant | related |
operator[](SizeType index) | wamp::Variant | |
operator[](SizeType index) const | wamp::Variant | |
operator[](const String &key) | wamp::Variant | |
Real typedef | wamp::Variant | |
size() const | wamp::Variant | |
SizeType typedef | wamp::Variant | |
String typedef | wamp::Variant | |
swap(Variant &other) noexcept | wamp::Variant | |
swap(Variant &v, Variant &w) noexcept | wamp::Variant | related |
to() const | wamp::Variant | |
to(T &value) const | wamp::Variant | |
toString(const Array &a) | wamp::Variant | related |
toString(const Object &o) | wamp::Variant | related |
toString(const Variant &v) | wamp::Variant | related |
typeId() const | wamp::Variant | |
typeNameOf(const Variant &v) | wamp::Variant | related |
typeNameOf() | wamp::Variant | related |
UInt typedef | wamp::Variant | |
valueOr(T &&fallback) const | wamp::Variant | |
Variant() noexcept | wamp::Variant | |
Variant(const Variant &other) | wamp::Variant | |
Variant(Variant &&other) noexcept | wamp::Variant | |
Variant(T value) | wamp::Variant | |
Variant(Array array) | wamp::Variant | |
Variant(std::vector< T > vec) | wamp::Variant | |
Variant(Object object) | wamp::Variant | |
Variant(std::map< String, T > map) | wamp::Variant | |
~Variant() | wamp::Variant |