HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT::DefaultClearer< std::pair< S0, S1 > > Struct Template Reference

#include <UT_ArraySet.h>

+ Inheritance diagram for UT::DefaultClearer< std::pair< S0, S1 > >:

Static Public Member Functions

static void clear (std::pair< S0, S1 > &v)
 
static bool isClear (const std::pair< S0, S1 > &v)
 
static void clearConstruct (std::pair< S0, S1 > *p)
 

Static Public Attributes

static const bool clearNeedsDestruction = DefaultClearer<S0>::clearNeedsDestruction || DefaultClearer<S1>::clearNeedsDestruction
 

Detailed Description

template<typename S0, typename S1>
struct UT::DefaultClearer< std::pair< S0, S1 > >

Definition at line 111 of file UT_ArraySet.h.

Member Function Documentation

template<typename S0 , typename S1 >
static void UT::DefaultClearer< std::pair< S0, S1 > >::clear ( std::pair< S0, S1 > &  v)
inlinestatic

Definition at line 113 of file UT_ArraySet.h.

template<typename S0 , typename S1 >
static void UT::DefaultClearer< std::pair< S0, S1 > >::clearConstruct ( std::pair< S0, S1 > *  p)
inlinestatic

Definition at line 122 of file UT_ArraySet.h.

template<typename S0 , typename S1 >
static bool UT::DefaultClearer< std::pair< S0, S1 > >::isClear ( const std::pair< S0, S1 > &  v)
inlinestatic

Definition at line 118 of file UT_ArraySet.h.

Member Data Documentation

template<typename S0 , typename S1 >
const bool UT::DefaultClearer< std::pair< S0, S1 > >::clearNeedsDestruction = DefaultClearer<S0>::clearNeedsDestruction || DefaultClearer<S1>::clearNeedsDestruction
static

Definition at line 126 of file UT_ArraySet.h.


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