HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TfTypeFunctions< const T * > Struct Template Reference

#include <typeFunctions.h>

Static Public Member Functions

static const TGetRawPtr (const T *t)
 
static bool IsNull (const T *ptr)
 
static const TConstructFromRawPtr (T *ptr)
 
static void Class_Object_MUST_Be_Passed_By_Address ()
 

Detailed Description

template<class T>
struct TfTypeFunctions< const T * >

Definition at line 92 of file typeFunctions.h.

Member Function Documentation

template<class T >
static void TfTypeFunctions< const T * >::Class_Object_MUST_Be_Passed_By_Address ( )
inlinestatic

Definition at line 102 of file typeFunctions.h.

template<class T >
static const T* TfTypeFunctions< const T * >::ConstructFromRawPtr ( T ptr)
inlinestatic

Definition at line 101 of file typeFunctions.h.

template<class T >
static const T* TfTypeFunctions< const T * >::GetRawPtr ( const T t)
inlinestatic

Definition at line 93 of file typeFunctions.h.

template<class T >
static bool TfTypeFunctions< const T * >::IsNull ( const T ptr)
inlinestatic

Definition at line 97 of file typeFunctions.h.


The documentation for this struct was generated from the following file: