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

#include <UT_SmallArray.h>

Static Public Member Functions

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

Static Public Attributes

static const bool clearNeedsDestruction = false
 

Detailed Description

template<typename T, size_t BYTES>
struct UT::DefaultClearer< UT_SmallArray< T, BYTES > >

Definition at line 157 of file UT_SmallArray.h.

Member Function Documentation

template<typename T , size_t BYTES>
static void UT::DefaultClearer< UT_SmallArray< T, BYTES > >::clear ( UT_SmallArray< T, BYTES > &  v)
inlinestatic

Definition at line 159 of file UT_SmallArray.h.

template<typename T , size_t BYTES>
static void UT::DefaultClearer< UT_SmallArray< T, BYTES > >::clearConstruct ( UT_SmallArray< T, BYTES > *  p)
inlinestatic

Definition at line 171 of file UT_SmallArray.h.

template<typename T , size_t BYTES>
static bool UT::DefaultClearer< UT_SmallArray< T, BYTES > >::isClear ( const UT_SmallArray< T, BYTES > &  v)
inlinestatic

Definition at line 167 of file UT_SmallArray.h.

Member Data Documentation

template<typename T , size_t BYTES>
const bool UT::DefaultClearer< UT_SmallArray< T, BYTES > >::clearNeedsDestruction = false
static

Definition at line 175 of file UT_SmallArray.h.


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