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

#include <UT_Array.h>

Static Public Member Functions

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

Static Public Attributes

static const bool clearNeedsDestruction = false
 

Detailed Description

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

Definition at line 1452 of file UT_Array.h.

Member Function Documentation

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

Definition at line 1454 of file UT_Array.h.

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

Definition at line 1456 of file UT_Array.h.

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

Definition at line 1455 of file UT_Array.h.

Member Data Documentation

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

Definition at line 1460 of file UT_Array.h.


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