SMIL  1.0.4
Allocator< T > Class Template Reference
+ Inheritance diagram for Allocator< T >:
+ Collaboration diagram for Allocator< T >:

Classes

struct  rebind
 

Public Types

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

Public Member Functions

 Allocator (Allocator const &)
 
template<typename U >
 Allocator (Allocator< U > const &)
 
pointer address (reference r)
 
const_pointer address (const_reference r)
 
pointer allocate (size_type cnt, typename std::allocator< void >::const_pointer=0)
 
void deallocate (pointer p, size_type)
 
size_type max_size () const
 
void construct (pointer p, const T &t)
 
void destroy (pointer p)
 
bool operator== (Allocator const &)
 
bool operator!= (Allocator const &a)
 

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