Searched refs:ImplTypeInfo (Results 1 – 1 of 1) sorted by relevance
70 template<typename ImplType> struct ImplTypeInfo { }; struct74 template<> struct ImplTypeInfo<TheImplType*> { typedef TheAPIType APIType; };98 template<typename ImplType, typename APIType = typename ImplTypeInfo<ImplType*>::APIType> in WK_ADD_API_MAPPING()127 inline typename ImplTypeInfo<T>::APIType toAPI(T t) in toAPI()129 return reinterpret_cast<typename ImplTypeInfo<T>::APIType>(t); in toAPI()