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

#include <refPtr.h>

Static Public Member Functions

static TGetRawPtr (const TfRefPtr< T > &t)
 
static TfRefPtr< TConstructFromRawPtr (T *ptr)
 
static bool IsNull (const TfRefPtr< T > &t)
 
static void Class_Object_MUST_Be_Passed_By_Address ()
 
static void Class_Object_MUST_Not_Be_Const ()
 

Detailed Description

template<class T>
struct TfTypeFunctions< TfRefPtr< T > >

Definition at line 1267 of file refPtr.h.

Member Function Documentation

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

Definition at line 1280 of file refPtr.h.

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

Definition at line 1281 of file refPtr.h.

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

Definition at line 1272 of file refPtr.h.

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

Definition at line 1268 of file refPtr.h.

template<class T >
static bool TfTypeFunctions< TfRefPtr< T > >::IsNull ( const TfRefPtr< T > &  t)
inlinestatic

Definition at line 1276 of file refPtr.h.


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