Nugget
Public Member Functions | Protected Attributes | List of all members
UnequalAllocator Class Reference

#include <EASTLTest.h>

Collaboration diagram for UnequalAllocator:
Collaboration graph
[legend]

Public Member Functions

EASTL_ALLOCATOR_EXPLICIT UnequalAllocator (const char *pName=EASTL_NAME_VAL(EASTL_ALLOCATOR_DEFAULT_NAME))
 
 UnequalAllocator (const UnequalAllocator &x)
 
 UnequalAllocator (const UnequalAllocator &x, const char *pName)
 
UnequalAllocatoroperator= (const UnequalAllocator &x)
 
void * allocate (size_t n, int flags=0)
 
void * allocate (size_t n, size_t alignment, size_t offset, int flags=0)
 
void deallocate (void *p, size_t n)
 
const char * get_name () const
 
void set_name (const char *pName)
 

Protected Attributes

eastl::allocator mAllocator
 

Detailed Description

UnequalAllocator

Acts the same as eastl::allocator, but always compares as unequal to an instance of itself.


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