Analytics Template Library
 All Classes Namespaces Functions Variables Pages
Classes | Public Types | Public Member Functions | List of all members
atl::clfallocator< T > Struct Template Reference

Classes

struct  rebind
 

Public Types

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

Public Member Functions

 clfallocator (const clfallocator &) throw ()
 
template<class U >
 clfallocator (const clfallocator< U > &) throw ()
 
pointer address (reference x) const
 
const_pointer address (const_reference x) const
 
pointer allocate (size_type s, void const *=0)
 
void deallocate (pointer p, size_type)
 
size_type max_size () const throw ()
 
void construct (pointer p, const T &val)
 
void destroy (pointer p)
 
 clfallocator (const clfallocator &) throw ()
 
template<class U >
 clfallocator (const clfallocator< U > &) throw ()
 
pointer address (reference x) const
 
const_pointer address (const_reference x) const
 
pointer allocate (size_type s, void const *=0)
 
void deallocate (pointer p, size_type)
 
size_type max_size () const throw ()
 
void construct (pointer p, const T &val)
 
void destroy (pointer p)
 
 clfallocator (const clfallocator &) throw ()
 
template<class U >
 clfallocator (const clfallocator< U > &) throw ()
 
pointer address (reference x) const
 
const_pointer address (const_reference x) const
 
pointer allocate (size_type s, void const *=0)
 
void deallocate (pointer p, size_type)
 
size_type max_size () const throw ()
 
void construct (pointer p, const T &val)
 
void destroy (pointer p)
 

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