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

#include <UT_ArraySet.h>

Static Public Member Functions

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

Static Public Attributes

static const bool clearNeedsDestruction = false
 

Detailed Description

template<>
struct UT::DefaultClearer< bool >

NOTE: It may seem silly to have bool here, but things like std::pair<T,bool> should work automatically, so they need some default behaviour for bool.

Definition at line 101 of file UT_ArraySet.h.

Member Function Documentation

static void UT::DefaultClearer< bool >::clear ( bool &  v)
inlinestatic

Definition at line 103 of file UT_ArraySet.h.

static void UT::DefaultClearer< bool >::clearConstruct ( bool *  p)
inlinestatic

Definition at line 105 of file UT_ArraySet.h.

static bool UT::DefaultClearer< bool >::isClear ( bool  v)
inlinestatic

Definition at line 104 of file UT_ArraySet.h.

Member Data Documentation

const bool UT::DefaultClearer< bool >::clearNeedsDestruction = false
static

Definition at line 107 of file UT_ArraySet.h.


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