X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fmath%2Fuint-16-pair.h;h=5e6b41c65f35f844e95d0adec26d98c46ca967d6;hb=125ec6872f317edb3a6e2fd4707896877e74c42c;hp=649494b672b5496c6666d9a9f3a33c2a67f920d5;hpb=b51494d57860c874def71664c637ac63a74389f4;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/math/uint-16-pair.h b/dali/public-api/math/uint-16-pair.h index 649494b..5e6b41c 100644 --- a/dali/public-api/math/uint-16-pair.h +++ b/dali/public-api/math/uint-16-pair.h @@ -23,9 +23,14 @@ // INTERNAL INCLUDES #include +#include namespace Dali { +/** + * @addtogroup dali_core_math + * @{ + */ /** * @brief Simple class for passing around pairs of small unsigned integers. @@ -177,6 +182,12 @@ private: }; }; +// Allow Uint16Pair to be treated as a POD type +template <> struct TypeTraits< Uint16Pair > : public BasicTypes< Uint16Pair > { enum { IS_TRIVIAL_TYPE = true }; }; + +/** + * @} + */ } // namespace Dali #endif // __DALI_UINT_16_PAIR_H__