#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 |
test_roscpp::Allocator< T >::Allocator | ( | ) | throw () [inline] |
test_roscpp::Allocator< T >::Allocator | ( | const Allocator< U > & | u | ) | throw () [inline] |
test_roscpp::Allocator< T >::~Allocator | ( | ) | throw () [inline] |
pointer test_roscpp::Allocator< T >::address | ( | reference | r | ) | const [inline] |
const_pointer test_roscpp::Allocator< T >::address | ( | const_reference | r | ) | const [inline] |
pointer test_roscpp::Allocator< T >::allocate | ( | size_type | n, |
Allocator< void >::const_pointer | hint = 0 |
||
) | [inline] |
void test_roscpp::Allocator< T >::construct | ( | pointer | p, |
const_reference | val | ||
) | [inline] |
void test_roscpp::Allocator< T >::deallocate | ( | pointer | p, |
size_type | n | ||
) | [inline] |
void test_roscpp::Allocator< T >::destroy | ( | pointer | p | ) | [inline] |
size_type test_roscpp::Allocator< T >::max_size | ( | ) | const throw () [inline] |