![]() |
![]() |
#include <IgTools/IgHook/interface/IgHookAlloc.h>
Public Types | |
typedef std::allocator< T > ::pointer | pointer |
typedef std::allocator< T > ::size_type | size_type |
Public Member Functions | |
T * | allocate (size_type n, const T *hint=0) |
void | deallocate (pointer p, size_type count) |
template<class O> | |
IgHookAlloc (const IgHookAlloc< O > &x) throw () | |
IgHookAlloc (const IgHookAlloc &x) throw () | |
IgHookAlloc (void) throw () | |
~IgHookAlloc (void) throw () | |
Classes | |
struct | rebind |
Definition at line 29 of file IgHookAlloc.h.
typedef std::allocator<T>::pointer IgHookAlloc< T >::pointer |
Definition at line 38 of file IgHookAlloc.h.
typedef std::allocator<T>::size_type IgHookAlloc< T >::size_type |
Definition at line 37 of file IgHookAlloc.h.
IgHookAlloc< T >::IgHookAlloc | ( | void | ) | throw () [inline] |
IgHookAlloc< T >::IgHookAlloc | ( | const IgHookAlloc< T > & | x | ) | throw () [inline] |
IgHookAlloc< T >::IgHookAlloc | ( | const IgHookAlloc< O > & | x | ) | throw () [inline] |
IgHookAlloc< T >::~IgHookAlloc | ( | void | ) | throw () [inline] |
T * IgHookAlloc< T >::allocate | ( | size_type | n, | |
const T * | hint = 0 | |||
) | [inline] |
void IgHookAlloc< T >::deallocate | ( | pointer | p, | |
size_type | count | |||
) | [inline] |