ldas-tools-al 2.6.7
 
Loading...
Searching...
No Matches
malloc_allocator< void >::rebind Struct Reference

Public Types

typedef malloc_allocator< U > other
 
typedef malloc_allocator< U > other
 
typedef void value_type
 
typedef value_typepointer
 
typedef const value_typeconst_pointer
 
typedef value_typereference
 
typedef const value_typeconst_reference
 
typedef std::size_t size_type
 
typedef std::ptrdiff_t difference_type
 

Public Member Functions

 malloc_allocator ()
 
 malloc_allocator (const malloc_allocator &)
 
 malloc_allocator (const malloc_allocator< U > &)
 
 ~malloc_allocator ()
 
pointer address (reference x) const
 
const_pointer address (const_reference x) const
 
pointer allocate (size_type n, const_pointer=0)
 
void deallocate (pointer p, size_type)
 
size_type max_size () const
 
void construct (pointer p, const value_type &x)
 
void destroy (pointer p)
 

Private Member Functions

void operator= (const malloc_allocator &)
 

Member Typedef Documentation

◆ const_pointer

typedef const value_type* malloc_allocator< void >::const_pointer

◆ const_reference

typedef const value_type& malloc_allocator< void >::const_reference

◆ difference_type

typedef std::ptrdiff_t malloc_allocator< void >::difference_type

◆ other [1/2]

typedef malloc_allocator< U > malloc_allocator< void >::rebind< U >::other

◆ other [2/2]

typedef malloc_allocator< U > malloc_allocator< void >::rebind::other

◆ pointer

typedef value_type* malloc_allocator< void >::pointer

◆ reference

typedef value_type& malloc_allocator< void >::reference

◆ size_type

typedef std::size_t malloc_allocator< void >::size_type

◆ value_type

typedef void malloc_allocator< void >::value_type

Constructor & Destructor Documentation

◆ ~malloc_allocator()

malloc_allocator< void >::~malloc_allocator ( )
inline

Member Function Documentation

◆ address() [1/2]

const_pointer malloc_allocator< void >::address ( const_reference x) const
inline

◆ address() [2/2]

pointer malloc_allocator< void >::address ( reference x) const
inline

◆ allocate()

pointer malloc_allocator< void >::allocate ( size_type n,
const_pointer = 0 )
inline

◆ construct()

void malloc_allocator< void >::construct ( pointer p,
const value_type & x )
inline

◆ deallocate()

void malloc_allocator< void >::deallocate ( pointer p,
size_type  )
inline

◆ destroy()

void malloc_allocator< void >::destroy ( pointer p)
inline

◆ malloc_allocator() [1/3]

◆ malloc_allocator() [2/3]

malloc_allocator< void >::malloc_allocator ( const malloc_allocator< void > & )
inline

◆ malloc_allocator() [3/3]

malloc_allocator< void >::malloc_allocator ( const malloc_allocator< U > & )
inline

◆ max_size()

size_type malloc_allocator< void >::max_size ( ) const
inline

◆ operator=()

void malloc_allocator< void >::operator= ( const malloc_allocator< void > & )
private

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