Classes | Public Types | Public Member Functions | List of all members
test_roscpp::Allocator< T > Class Template Reference

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

Detailed Description

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

Definition at line 55 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 101 of file helpers.h.

Member Function Documentation

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

Definition at line 105 of file helpers.h.

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

Definition at line 109 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 117 of file helpers.h.

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

Definition at line 128 of file helpers.h.

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

Definition at line 122 of file helpers.h.

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

Definition at line 132 of file helpers.h.

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

Definition at line 113 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, Dirk Thomas
autogenerated on Mon Nov 2 2020 03:52:46