#include <flex_string.hpp>
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 int | difference_type |
Public Member Functions | |
mallocator () | |
mallocator (const mallocator &) | |
~mallocator () | |
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) |
typedef const value_type* boost::wave::util::mallocator< T >::const_pointer |
typedef const value_type& boost::wave::util::mallocator< T >::const_reference |
typedef int boost::wave::util::mallocator< T >::difference_type |
typedef value_type* boost::wave::util::mallocator< T >::pointer |
typedef value_type& boost::wave::util::mallocator< T >::reference |
typedef std::size_t boost::wave::util::mallocator< T >::size_type |
typedef T boost::wave::util::mallocator< T >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
References boost::flyweights::x.
|
inline |
References boost::flyweights::x.
|
inline |
References boost::multiprecision::backends::p, T, and boost::throw_exception().
|
inline |
References boost::multiprecision::backends::p.
|
inline |
|
inline |
|
inline |
References T.