HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT::DefaultClearer< UT_IntrusivePtr< T > > Struct Template Reference

#include <UT_IntrusivePtr.h>

Static Public Member Functions

static void clear (UT_IntrusivePtr< T > &v)
 
static bool isClear (const UT_IntrusivePtr< T > &v)
 
static void clearConstruct (UT_IntrusivePtr< T > *p)
 

Static Public Attributes

static const bool clearNeedsDestruction = false
 

Detailed Description

template<typename T>
struct UT::DefaultClearer< UT_IntrusivePtr< T > >

Definition at line 390 of file UT_IntrusivePtr.h.

Member Function Documentation

template<typename T >
static void UT::DefaultClearer< UT_IntrusivePtr< T > >::clear ( UT_IntrusivePtr< T > &  v)
inlinestatic

Definition at line 392 of file UT_IntrusivePtr.h.

template<typename T >
static void UT::DefaultClearer< UT_IntrusivePtr< T > >::clearConstruct ( UT_IntrusivePtr< T > *  p)
inlinestatic

Definition at line 396 of file UT_IntrusivePtr.h.

template<typename T >
static bool UT::DefaultClearer< UT_IntrusivePtr< T > >::isClear ( const UT_IntrusivePtr< T > &  v)
inlinestatic

Definition at line 394 of file UT_IntrusivePtr.h.

Member Data Documentation

template<typename T >
const bool UT::DefaultClearer< UT_IntrusivePtr< T > >::clearNeedsDestruction = false
static

Definition at line 398 of file UT_IntrusivePtr.h.


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