Searched refs:Type (Results 1 – 17 of 17) sorted by relevance
34 template <typename Type>37 static_any(const Type& item) : m_Item(item) {} in static_any()38 mutable Type m_Item;44 template <typename Type>45 NW_INLINE Type& static_any_cast(static_any_t value) in static_any_cast()47 return static_cast<const static_any<Type>&>(value).m_Item; in static_any_cast()53 template <typename Type>56 typedef Type type;59 template <typename Type>60 NW_INLINE contain_type<Type>* encode_type(Type&) in encode_type() argument[all …]
118 template <typename Type> \122 template <typename Type, typename ClassName> \146 template <typename Type>148 NW_TRAITS_SPEC(1, IsPointer, Type*, true)156 template <typename Type>157 struct IsSame<Type, Type> : public internal::TrueType {};
36 template<typename Type>44 AutoLock(Type& lockObj) : m_LockObj(lockObj) in AutoLock()56 Type& m_LockObj;
579 template<typename Type>580 Type GetUserParameter() const in GetUserParameter()582 NW_STATIC_ASSERT(sizeof(Type) <= 4); in GetUserParameter()583 return *reinterpret_cast<const Type*>(&m_UserParameter); in GetUserParameter()587 template<typename Type>588 void SetUserParameter(Type parameter) in SetUserParameter()590 NW_STATIC_ASSERT(sizeof(Type) <= 4); in SetUserParameter()
148 enum Type enum217 virtual Type GetType() const = 0;
69 virtual Type GetType() const;
61 virtual Type GetType() const;
508 template <typename Type>523 Type cv;
110 Font::Type
167 Font::Type
121 // menuItem -l "NW4C Set Primitive Type..."
554 radioButtonGrp -l "Type" -nrb 3 -cw4 60 70 70 70984 string $listText = `text -l "Name Type Size Value"
2132 -m "Select Import Type." -p $wName
183 lv_mtl.Columns.add "Billboard Type"