Home
last modified time | relevance | path

Searched defs:ConvertionAllowed (Results 1 – 1 of 1) sorted by relevance

/external/parameter-framework/utility/
Dconvert.hpp49 template<> struct ConvertionAllowed<bool> {}; struct
50 template<> struct ConvertionAllowed<uint64_t> {}; struct
51 template<> struct ConvertionAllowed<int64_t> {}; struct
52 template<> struct ConvertionAllowed<uint32_t> {}; struct
53 template<> struct ConvertionAllowed<int32_t> {}; struct
54 template<> struct ConvertionAllowed<uint16_t> {}; struct
55 template<> struct ConvertionAllowed<int16_t> {}; struct
56 template<> struct ConvertionAllowed<float> {}; struct
57 template<> struct ConvertionAllowed<double> {}; struct