Classes | Public Types | Public Member Functions
test_roscpp::Allocator< T > Class Template Reference

#include <helpers.h>

List of all members.

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 ()

Detailed Description

template<class T>
class test_roscpp::Allocator< T >

Definition at line 75 of file helpers.h.


Member Typedef Documentation

template<class T>
typedef const T* test_roscpp::Allocator< T >::const_pointer

Definition at line 81 of file helpers.h.

template<class T>
typedef const T& test_roscpp::Allocator< T >::const_reference

Definition at line 83 of file helpers.h.

template<class T>
typedef ptrdiff_t test_roscpp::Allocator< T >::difference_type

Definition at line 79 of file helpers.h.

template<class T>
typedef T* test_roscpp::Allocator< T >::pointer

Definition at line 80 of file helpers.h.

template<class T>
typedef T& test_roscpp::Allocator< T >::reference

Definition at line 82 of file helpers.h.

template<class T>
typedef size_t test_roscpp::Allocator< T >::size_type

Definition at line 78 of file helpers.h.

template<class T>
typedef T test_roscpp::Allocator< T >::value_type

Definition at line 84 of file helpers.h.


Constructor & Destructor Documentation

template<class T>
test_roscpp::Allocator< T >::Allocator ( ) throw () [inline]

Definition at line 92 of file helpers.h.

template<class T>
template<class U >
test_roscpp::Allocator< T >::Allocator ( const Allocator< U > &  u) throw () [inline]

Definition at line 96 of file helpers.h.

template<class T>
test_roscpp::Allocator< T >::~Allocator ( ) throw () [inline]

Definition at line 100 of file helpers.h.


Member Function Documentation

template<class T>
pointer test_roscpp::Allocator< T >::address ( reference  r) const [inline]

Definition at line 104 of file helpers.h.

template<class T>
const_pointer test_roscpp::Allocator< T >::address ( const_reference  r) const [inline]

Definition at line 108 of file helpers.h.

template<class T>
pointer test_roscpp::Allocator< T >::allocate ( size_type  n,
Allocator< void >::const_pointer  hint = 0 
) [inline]

Definition at line 116 of file helpers.h.

template<class T>
void test_roscpp::Allocator< T >::construct ( pointer  p,
const_reference  val 
) [inline]

Definition at line 125 of file helpers.h.

template<class T>
void test_roscpp::Allocator< T >::deallocate ( pointer  p,
size_type  n 
) [inline]

Definition at line 120 of file helpers.h.

template<class T>
void test_roscpp::Allocator< T >::destroy ( pointer  p) [inline]

Definition at line 129 of file helpers.h.

template<class T>
size_type test_roscpp::Allocator< T >::max_size ( ) const throw () [inline]

Definition at line 112 of file helpers.h.


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


test_roscpp
Author(s): Morgan Quigley, Josh Faust, Brian Gerkey, Troy Straszheim
autogenerated on Mon Oct 6 2014 11:47:22