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

#include <UT_ArraySet.h>

Static Public Member Functions

static void clear (S *&v)
 
static bool isClear (S *v)
 
static void clearConstruct (S **p)
 

Static Public Attributes

static const bool clearNeedsDestruction = false
 

Detailed Description

template<typename S>
struct UT::DefaultClearer< S * >

Definition at line 35 of file UT_ArraySet.h.

Member Function Documentation

template<typename S >
static void UT::DefaultClearer< S * >::clear ( S *&  v)
inlinestatic

Definition at line 37 of file UT_ArraySet.h.

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

Definition at line 39 of file UT_ArraySet.h.

template<typename S >
static bool UT::DefaultClearer< S * >::isClear ( S *  v)
inlinestatic

Definition at line 38 of file UT_ArraySet.h.

Member Data Documentation

template<typename S >
const bool UT::DefaultClearer< S * >::clearNeedsDestruction = false
static

Definition at line 41 of file UT_ArraySet.h.


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