#include <helpers.h>
Classes | |
struct | rebind |
Public Types | |
typedef const T * | const_pointer |
typedef const T & | const_reference |
typedef ptrdiff_t | difference_type |
typedef T * | pointer |
typedef T & | reference |
typedef size_t | size_type |
typedef T | value_type |
Public Member Functions | |
pointer | address (reference r) const |
const_pointer | address (const_reference r) const |
pointer | allocate (size_type n, Allocator< void >::const_pointer hint=0) |
Allocator () throw () | |
template<class U > | |
Allocator (const Allocator< U > &u) throw () | |
void | construct (pointer p, const_reference val) |
void | deallocate (pointer p, size_type n) |
void | destroy (pointer p) |
size_type | max_size () const throw () |
~Allocator () throw () | |
typedef const T* test_roscpp::Allocator< T >::const_pointer |
typedef const T& test_roscpp::Allocator< T >::const_reference |
typedef ptrdiff_t test_roscpp::Allocator< T >::difference_type |
typedef T* test_roscpp::Allocator< T >::pointer |
typedef T& test_roscpp::Allocator< T >::reference |
typedef size_t test_roscpp::Allocator< T >::size_type |
typedef T test_roscpp::Allocator< T >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |