| 
 Functions | 
| template<typename T>  | 
CPLAT_Begin_Namespace_CPLAT  
CFTypeID  | CP_CFType_GetTypeID () | 
|   | Returns the CFTypeID.  
  | 
| template<typename T>  | 
| bool  | CP_CFType_Get (CFDictionaryRef inDictionary, CFStringRef inKey, CPLAT::CP_ResourcePtr< T > &inOutValue) | 
|   | Returns in inOutValue a CP_ResourcePtr for the value with the passed in key, and stored in the passed in dictionary.  
  | 
| template<typename T>  | 
| bool  | CP_CFType_Get (CFArrayRef inArray, CFIndex inIndex, CPLAT::CP_ResourcePtr< T > &inOutValue) | 
|   | Returns in inOutValue a CP_ResourcePtr for the value with the passed in key, and stored in the passed in array.  
  | 
| template<typename T>  | 
| CPLAT::CP_ResourcePtr< T >  | CP_CFType_TypedValue (CFTypeRef inValue) |