ReactOS 0.4.15-dev-7961-gdcf9eb0
atlcoll.h File Reference
#include "atlbase.h"
#include "atlexcept.h"
Include dependency graph for atlcoll.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  __POSITION
 
class  ATL::CAtlPlex
 
class  ATL::CElementTraitsBase< T >
 
class  ATL::CDefaultCompareTraits< T >
 
class  ATL::CDefaultElementTraits< T >
 
class  ATL::CElementTraits< T >
 
class  ATL::CHeapPtrElementTraits< T, Allocator >
 
class  ATL::CAtlArray< E, ETraits >
 
class  ATL::CAtlList< E, ETraits >
 
class  ATL::CAtlList< E, ETraits >::CNode
 
class  ATL::CHeapPtrList< E, Allocator >
 

Namespaces

namespace  ATL
 

Typedefs

typedef __POSITIONPOSITION
 

Functions

voidoperator new (size_t size, void *ptr) noexcept
 
void operator delete (void *ptr, void *voidptr2) noexcept
 

Typedef Documentation

◆ POSITION

typedef __POSITION* POSITION

Definition at line 20 of file atlcoll.h.

Function Documentation

◆ operator delete()

void operator delete ( void ptr,
void voidptr2 
)
inlinenoexcept

Definition at line 13 of file atlcoll.h.

13{ }

◆ operator new()

void * operator new ( size_t  size,
void ptr 
)
inlinenoexcept

Definition at line 12 of file atlcoll.h.

12{ return ptr; }
static PVOID ptr
Definition: dispmode.c:27