Eneboo - Documentación para desarrolladores
|
#include <stlallocator.h>
Clases | |
struct | rebind |
Tipos públicos | |
typedef T | value_type |
typedef std::size_t | size_type |
typedef std::ptrdiff_t | difference_type |
typedef T * | pointer |
typedef const T * | const_pointer |
typedef T & | reference |
typedef const T & | const_reference |
Métodos públicos | |
STLAllocator (void) | |
virtual | ~STLAllocator (void) |
STLAllocator (const STLAllocator &s) | |
pointer | allocate (size_type n, const void *=0) |
void | deallocate (void *p, size_type) |
void | deallocate (pointer p, size_type) |
pointer | address (reference x) const |
const_pointer | address (const_reference x) const |
void | construct (pointer p, const T &val) |
void | destroy (pointer p) |
size_type | max_size (void) const |
Make the maximum size be the largest possible object. | |
template<class U > | |
STLAllocator (const STLAllocator< U, Super > &) |
typedef const T* HL::STLAllocator< T, Super >::const_pointer |
typedef const T& HL::STLAllocator< T, Super >::const_reference |
typedef std::ptrdiff_t HL::STLAllocator< T, Super >::difference_type |
typedef T* HL::STLAllocator< T, Super >::pointer |
typedef T& HL::STLAllocator< T, Super >::reference |
typedef std::size_t HL::STLAllocator< T, Super >::size_type |
typedef T HL::STLAllocator< T, Super >::value_type |
HL::STLAllocator< T, Super >::STLAllocator | ( | void | ) | [inline] |
virtual HL::STLAllocator< T, Super >::~STLAllocator | ( | void | ) | [inline, virtual] |
HL::STLAllocator< T, Super >::STLAllocator | ( | const STLAllocator< T, Super > & | s | ) | [inline] |
HL::STLAllocator< T, Super >::STLAllocator | ( | const STLAllocator< U, Super > & | ) | [inline] |
pointer HL::STLAllocator< T, Super >::address | ( | reference | x | ) | const [inline] |
const_pointer HL::STLAllocator< T, Super >::address | ( | const_reference | x | ) | const [inline] |
pointer HL::STLAllocator< T, Super >::allocate | ( | size_type | n, |
const void * | = 0 |
||
) | [inline] |
void HL::STLAllocator< T, Super >::construct | ( | pointer | p, |
const T & | val | ||
) | [inline] |
void HL::STLAllocator< T, Super >::deallocate | ( | void * | p, |
size_type | |||
) | [inline] |
void HL::STLAllocator< T, Super >::deallocate | ( | pointer | p, |
size_type | |||
) | [inline] |
void HL::STLAllocator< T, Super >::destroy | ( | pointer | p | ) | [inline] |
size_type HL::STLAllocator< T, Super >::max_size | ( | void | ) | const [inline] |
Make the maximum size be the largest possible object.