test_roscpp_serialization::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

const_pointer address (const_reference r) const
pointer address (reference r) const
pointer allocate (size_type n, Allocator< void >::const_pointer hint=0)
template<class U >
 Allocator (const Allocator< U > &u) throw ()
 Allocator () 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_serialization::Allocator< T >

Definition at line 73 of file helpers.h.


Member Typedef Documentation

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

Definition at line 79 of file helpers.h.

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

Definition at line 81 of file helpers.h.

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

Definition at line 77 of file helpers.h.

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

Definition at line 78 of file helpers.h.

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

Definition at line 80 of file helpers.h.

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

Definition at line 76 of file helpers.h.

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

Definition at line 82 of file helpers.h.


Constructor & Destructor Documentation

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

Definition at line 90 of file helpers.h.

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

Definition at line 94 of file helpers.h.

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

Definition at line 98 of file helpers.h.


Member Function Documentation

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

Definition at line 106 of file helpers.h.

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

Definition at line 102 of file helpers.h.

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

Definition at line 114 of file helpers.h.

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

Definition at line 123 of file helpers.h.

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

Definition at line 118 of file helpers.h.

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

Definition at line 127 of file helpers.h.

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

Definition at line 110 of file helpers.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Defines


test_roscpp_serialization
Author(s): Josh Faust
autogenerated on Fri Jan 11 09:10:53 2013