|
SimpleWindow
|
成员的完整列表,这些成员属于 sw::Variant,包括所有继承而来的类成员
| DynamicCast() | sw::Variant | inline |
| DynamicCast() const | sw::Variant | inline |
| GetType() const | sw::Variant | inline |
| HasValue() 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 |
| MakeRef(Variant &v) | sw::Variant | inlinestatic |
| MakeRef(T &obj) -> typename std::enable_if< !std::is_same< T, Variant >::value &&std::is_base_of< DynamicObject, T >::value, Variant >::type | sw::Variant | inlinestatic |
| MakeRef(T &obj) -> typename std::enable_if< !std::is_same< T, Variant >::value &&!std::is_base_of< DynamicObject, T >::value, Variant >::type | sw::Variant | inlinestatic |
| MakeVal(Args &&...args) -> typename std::enable_if< !std::is_same< T, Variant >::value &&std::is_base_of< DynamicObject, T >::value, Variant >::type | sw::Variant | inlinestatic |
| MakeVal(Args &&...args) -> typename std::enable_if< !std::is_same< T, Variant >::value &&!std::is_base_of< DynamicObject, T >::value, Variant >::type | sw::Variant | inlinestatic |
| Object() noexcept | sw::Variant | inline |
| Object() const noexcept | sw::Variant | inline |
| operator bool() const noexcept | sw::Variant | inlineexplicit |
| operator=(const Variant &other) | sw::Variant | inline |
| operator=(Variant &&other) noexcept | sw::Variant | inline |
| ReferenceEquals(const Variant &other) const noexcept | sw::Variant | inline |
| Reset() noexcept | sw::Variant | inline |
| Reset(std::nullptr_t) noexcept | sw::Variant | inline |
| Reset(ObjectRef ref) | 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(std::nullptr_t) noexcept | sw::Variant | inline |
| Variant(ObjectRef ref) | sw::Variant | inline |
| Variant(T &&obj) | sw::Variant | inline |
| Variant(const Variant &other) | sw::Variant | inline |
| Variant(Variant &&other) noexcept | sw::Variant | inline |