ReactOS 0.4.16-dev-1049-g378a335
|
#include <atlcoll.h>
Public Types | |
typedef CHeapPtr< T, Allocator > & | INARGTYPE |
typedef T *& | OUTARGTYPE |
![]() | |
typedef const T & | INARGTYPE |
typedef T & | OUTARGTYPE |
Additional Inherited Members | |
![]() | |
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 bool | CompareElements (_In_ const T &Val1, _In_ const T &Val2) |
static int | CompareElementsOrdered (_In_ const T &Val1, _In_ const T &Val2) |
typedef CHeapPtr<T, Allocator>& ATL::CHeapPtrElementTraits< T, Allocator >::INARGTYPE |
typedef T*& ATL::CHeapPtrElementTraits< T, Allocator >::OUTARGTYPE |