ReactOS 0.4.15-dev-7953-g1f49173
ATL::CHeapPtrElementTraits< T, Allocator > Class Template Reference

#include <atlcoll.h>

Inheritance diagram for ATL::CHeapPtrElementTraits< T, Allocator >:
Collaboration diagram for ATL::CHeapPtrElementTraits< T, Allocator >:

Public Types

typedef CHeapPtr< T, Allocator > & INARGTYPE
 
typedef T *& OUTARGTYPE
 
- Public Types inherited from ATL::CElementTraitsBase< T >
typedef const TINARGTYPE
 
typedef TOUTARGTYPE
 

Additional Inherited Members

- Static Public Member Functions inherited from ATL::CElementTraitsBase< T >
static void CopyElements (_Out_writes_all_(NumElements) T *Dest, _In_reads_(NumElements) const T *Source, _In_ size_t NumElements)
 
static void RelocateElements (_Out_writes_all_(NumElements) T *Dest, _In_reads_(NumElements) T *Source, _In_ size_t NumElements)
 
- Static Public Member Functions inherited from ATL::CDefaultCompareTraits< T >
static bool CompareElements (_In_ const T &Val1, _In_ const T &Val2)
 
static int CompareElementsOrdered (_In_ const T &Val1, _In_ const T &Val2)
 

Detailed Description

template<typename T, class Allocator = CCRTAllocator>
class ATL::CHeapPtrElementTraits< T, Allocator >

Definition at line 161 of file atlcoll.h.

Member Typedef Documentation

◆ INARGTYPE

template<typename T , class Allocator = CCRTAllocator>
typedef CHeapPtr<T, Allocator>& ATL::CHeapPtrElementTraits< T, Allocator >::INARGTYPE

Definition at line 165 of file atlcoll.h.

◆ OUTARGTYPE

template<typename T , class Allocator = CCRTAllocator>
typedef T*& ATL::CHeapPtrElementTraits< T, Allocator >::OUTARGTYPE

Definition at line 166 of file atlcoll.h.


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