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

For possible use with UT::ArraySet or UT::ArrayMap. More...

#include <GA_EdgeSet.h>

Static Public Member Functions

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

Static Public Attributes

static const bool clearNeedsDestruction = false
 

Detailed Description

template<typename T, bool DIRECTED>
struct UT::DefaultClearer< GA_EdgeT< T, DIRECTED > >

For possible use with UT::ArraySet or UT::ArrayMap.

Definition at line 22 of file GA_EdgeSet.h.

Member Function Documentation

template<typename T , bool DIRECTED>
static void UT::DefaultClearer< GA_EdgeT< T, DIRECTED > >::clear ( GA_EdgeT< T, DIRECTED > &  v)
inlinestatic

Definition at line 24 of file GA_EdgeSet.h.

template<typename T , bool DIRECTED>
static void UT::DefaultClearer< GA_EdgeT< T, DIRECTED > >::clearConstruct ( GA_EdgeT< T, DIRECTED > *  p)
inlinestatic

Definition at line 32 of file GA_EdgeSet.h.

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

Definition at line 28 of file GA_EdgeSet.h.

Member Data Documentation

template<typename T , bool DIRECTED>
const bool UT::DefaultClearer< GA_EdgeT< T, DIRECTED > >::clearNeedsDestruction = false
static

Definition at line 35 of file GA_EdgeSet.h.


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