UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Public Types | Public Member Functions | List of all members
MyAllocator< T > Struct Template Reference

Classes

struct  rebind
 

Public Types

typedef std::size_t size_type
 
typedef std::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

template<class U >
 MyAllocator (const MyAllocator< U > &) throw ()
 
pointer address (reference x) const
 
const_pointer address (const_reference x) const
 
pointer allocate (size_type n, void *hint=0)
 
void deallocate (void *p, size_type n)
 
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: