Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Classes | Public Types | Public Member Functions | List of all members
zero_after_free_allocator< T > Struct Template Reference

#include <allocators.h>

Inheritance diagram for zero_after_free_allocator< T >:
Inheritance graph
[legend]
Collaboration diagram for zero_after_free_allocator< T >:
Collaboration graph
[legend]

Classes

struct  rebind
 

Public Types

typedef std::allocator< T > base
 
typedef base::size_type size_type
 
typedef base::difference_type difference_type
 
typedef base::pointer pointer
 
typedef base::const_pointer const_pointer
 
typedef base::reference reference
 
typedef base::const_reference const_reference
 
typedef base::value_type value_type
 

Public Member Functions

 zero_after_free_allocator () throw ()
 
 zero_after_free_allocator (const zero_after_free_allocator &a) throw ()
 
template<typename U >
 zero_after_free_allocator (const zero_after_free_allocator< U > &a) throw ()
 
 ~zero_after_free_allocator () throw ()
 
void deallocate (T *p, std::size_t n)
 

Detailed Description

template<typename T>
struct zero_after_free_allocator< T >

Definition at line 241 of file allocators.h.

Member Typedef Documentation

template<typename T>
typedef std::allocator<T> zero_after_free_allocator< T >::base

Definition at line 244 of file allocators.h.

template<typename T>
typedef base::const_pointer zero_after_free_allocator< T >::const_pointer

Definition at line 248 of file allocators.h.

template<typename T>
typedef base::const_reference zero_after_free_allocator< T >::const_reference

Definition at line 250 of file allocators.h.

template<typename T>
typedef base::difference_type zero_after_free_allocator< T >::difference_type

Definition at line 246 of file allocators.h.

template<typename T>
typedef base::pointer zero_after_free_allocator< T >::pointer

Definition at line 247 of file allocators.h.

template<typename T>
typedef base::reference zero_after_free_allocator< T >::reference

Definition at line 249 of file allocators.h.

template<typename T>
typedef base::size_type zero_after_free_allocator< T >::size_type

Definition at line 245 of file allocators.h.

template<typename T>
typedef base::value_type zero_after_free_allocator< T >::value_type

Definition at line 251 of file allocators.h.

Constructor & Destructor Documentation

template<typename T>
zero_after_free_allocator< T >::zero_after_free_allocator ( )
throw (
)
inline

Definition at line 252 of file allocators.h.

template<typename T>
zero_after_free_allocator< T >::zero_after_free_allocator ( const zero_after_free_allocator< T > &  a)
throw (
)
inline

Definition at line 253 of file allocators.h.

template<typename T>
template<typename U >
zero_after_free_allocator< T >::zero_after_free_allocator ( const zero_after_free_allocator< U > &  a)
throw (
)
inline

Definition at line 255 of file allocators.h.

template<typename T>
zero_after_free_allocator< T >::~zero_after_free_allocator ( )
throw (
)
inline

Definition at line 256 of file allocators.h.

Member Function Documentation

template<typename T>
void zero_after_free_allocator< T >::deallocate ( T *  p,
std::size_t  n 
)
inline

Definition at line 260 of file allocators.h.


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