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

#include <UT_UniquePtr.h>

Static Public Member Functions

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

Static Public Attributes

static const bool clearNeedsDestruction = false
 

Detailed Description

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

Definition at line 113 of file UT_UniquePtr.h.

Member Function Documentation

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

Definition at line 115 of file UT_UniquePtr.h.

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

Definition at line 117 of file UT_UniquePtr.h.

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

Definition at line 116 of file UT_UniquePtr.h.

Member Data Documentation

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

Definition at line 121 of file UT_UniquePtr.h.


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