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

#include <typeFunctions.h>

Static Public Member Functions

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

Detailed Description

template<class T>
struct TfTypeFunctions< T * >

Definition at line 76 of file typeFunctions.h.

Member Function Documentation

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

Definition at line 87 of file typeFunctions.h.

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

Definition at line 88 of file typeFunctions.h.

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

Definition at line 81 of file typeFunctions.h.

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

Definition at line 77 of file typeFunctions.h.

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

Definition at line 83 of file typeFunctions.h.


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