|
SimpleWindow
|
成员的完整列表,这些成员属于 sw::Variant,包括所有继承而来的类成员
| DynamicCast() | sw::Variant | inline |
| DynamicCast() const | sw::Variant | inline |
| Equals(const Variant &other) const noexcept | sw::Variant | inline |
| IsNull() const noexcept | sw::Variant | inline |
| IsType(T **pout=nullptr) | sw::Variant | inline |
| IsType(const T **pout=nullptr) const | sw::Variant | inline |
| Object() const noexcept | sw::Variant | inline |
| operator bool() const noexcept | sw::Variant | inline |
| operator!=(const Variant & other) const | sw::IEqualityComparable< Variant > | inline |
| operator=(const Variant &other) | sw::Variant | inline |
| operator=(Variant &&other) noexcept | sw::Variant | inline |
| operator==(const Variant & other) const | sw::IEqualityComparable< Variant > | inline |
| Reset() | sw::Variant | inline |
| Reset(const Variant &other) | sw::Variant | inline |
| Reset(Variant &&other) noexcept | sw::Variant | inline |
| Reset(T &&obj) -> typename std::enable_if< !std::is_same< Variant, typename std::decay< T >::type >::value &&std::is_base_of< DynamicObject, typename std::decay< T >::type >::value >::type | sw::Variant | inline |
| Reset(T &&obj) -> typename std::enable_if< !std::is_same< Variant, typename std::decay< T >::type >::value &&!std::is_base_of< DynamicObject, typename std::decay< T >::type >::value >::type | sw::Variant | inline |
| UnsafeCast() | sw::Variant | inline |
| UnsafeCast() const | sw::Variant | inline |
| Variant()=default | sw::Variant | |
| Variant(T &&obj) | sw::Variant | inline |
| Variant(const Variant &other) | sw::Variant | inline |
| Variant(Variant &&other) noexcept | sw::Variant | inline |