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

#include <UT_ArraySet.h>

Static Public Member Functions

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

Static Public Attributes

static const bool clearNeedsDestruction = false
 

Detailed Description

template<typename T>
struct UT::NumericClearer< T >

Definition at line 45 of file UT_ArraySet.h.

Member Function Documentation

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

Definition at line 47 of file UT_ArraySet.h.

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

Definition at line 76 of file UT_ArraySet.h.

template<typename T>
static bool UT::NumericClearer< T >::isClear ( v)
inlinestatic

Definition at line 64 of file UT_ArraySet.h.

Member Data Documentation

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

Definition at line 78 of file UT_ArraySet.h.


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