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

#include <gcmemory.h>

Classes

struct  rebind
 

Public Types

typedef const T * const_pointer
 
typedef const T & const_reference
 
typedef std::ptrdiff_t difference_type
 
typedef T * pointer
 
typedef T & reference
 
typedef std::size_t size_type
 
typedef T value_type
 

Public Member Functions

pointer address (reference value) const
 
const_pointer address (const_reference value) const
 
pointer allocate (size_type num, const void *=0)
 
void construct (pointer p, const T &value)
 
void deallocate (pointer p, size_type)
 
void destroy (pointer p)
 
size_type max_size () const throw ()
 
 MyAlloc () throw ()
 
 MyAlloc (const MyAlloc &) throw ()
 
template<class U >
 MyAlloc (const MyAlloc< U > &) throw ()
 
 ~MyAlloc () throw ()
 

Detailed Description

template<class T>
class GENAPI_NAMESPACE::MyAlloc< T >

Definition at line 13 of file gcmemory.h.

Member Typedef Documentation

template<class T>
typedef const T* GENAPI_NAMESPACE::MyAlloc< T >::const_pointer

Definition at line 18 of file gcmemory.h.

template<class T>
typedef const T& GENAPI_NAMESPACE::MyAlloc< T >::const_reference

Definition at line 20 of file gcmemory.h.

template<class T>
typedef std::ptrdiff_t GENAPI_NAMESPACE::MyAlloc< T >::difference_type

Definition at line 22 of file gcmemory.h.

template<class T>
typedef T* GENAPI_NAMESPACE::MyAlloc< T >::pointer

Definition at line 17 of file gcmemory.h.

template<class T>
typedef T& GENAPI_NAMESPACE::MyAlloc< T >::reference

Definition at line 19 of file gcmemory.h.

template<class T>
typedef std::size_t GENAPI_NAMESPACE::MyAlloc< T >::size_type

Definition at line 21 of file gcmemory.h.

template<class T>
typedef T GENAPI_NAMESPACE::MyAlloc< T >::value_type

Definition at line 16 of file gcmemory.h.

Constructor & Destructor Documentation

template<class T>
GENAPI_NAMESPACE::MyAlloc< T >::MyAlloc ( )
throw (
)
inline

Definition at line 41 of file gcmemory.h.

template<class T>
GENAPI_NAMESPACE::MyAlloc< T >::MyAlloc ( const MyAlloc< T > &  )
throw (
)
inline

Definition at line 43 of file gcmemory.h.

template<class T>
template<class U >
GENAPI_NAMESPACE::MyAlloc< T >::MyAlloc ( const MyAlloc< U > &  )
throw (
)
inline

Definition at line 46 of file gcmemory.h.

template<class T>
GENAPI_NAMESPACE::MyAlloc< T >::~MyAlloc ( )
throw (
)
inline

Definition at line 48 of file gcmemory.h.

Member Function Documentation

template<class T>
pointer GENAPI_NAMESPACE::MyAlloc< T >::address ( reference  value) const
inline

Definition at line 31 of file gcmemory.h.

template<class T>
const_pointer GENAPI_NAMESPACE::MyAlloc< T >::address ( const_reference  value) const
inline

Definition at line 34 of file gcmemory.h.

template<class T>
pointer GENAPI_NAMESPACE::MyAlloc< T >::allocate ( size_type  num,
const void *  = 0 
)
inline

Definition at line 58 of file gcmemory.h.

template<class T>
void GENAPI_NAMESPACE::MyAlloc< T >::construct ( pointer  p,
const T &  value 
)
inline

Definition at line 72 of file gcmemory.h.

template<class T>
void GENAPI_NAMESPACE::MyAlloc< T >::deallocate ( pointer  p,
size_type   
)
inline

Definition at line 85 of file gcmemory.h.

template<class T>
void GENAPI_NAMESPACE::MyAlloc< T >::destroy ( pointer  p)
inline

Definition at line 78 of file gcmemory.h.

template<class T>
size_type GENAPI_NAMESPACE::MyAlloc< T >::max_size ( ) const
throw (
)
inline

Definition at line 53 of file gcmemory.h.


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


rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Wed Mar 17 2021 02:48:42