YPC  0.2.0
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
ypc::openssl::zallocator< T > Struct Template Reference

Classes

struct  rebind
 

Public Types

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

Public Member Functions

pointer address (reference v) const
 
const_pointer address (const_reference v) const
 
pointer allocate (size_type n, const void *hint=0)
 
void deallocate (pointer p, size_type n)
 
size_type max_size () const
 
void construct (pointer ptr, const T &val)
 
void destroy (pointer ptr)
 

Public Attributes

const typedef value_type * const_pointer
 
const typedef value_type & const_reference
 

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