libstdc++: __gnu_cxx::throw_allocator_limit< _Tp > Struct Template Reference (original) (raw)

#include <[throw_allocator.h](a01232%5Fsource.html)>

Public Types
typedef const value_type * const_pointer
typedef const value_type & const_reference
typedef std::ptrdiff_t difference_type
typedef value_type * pointer
typedef std::true_type propagate_on_container_move_assignment
typedef value_type & reference
typedef std::size_t size_type
typedef _Tp value_type
Public Member Functions
throw_allocator_limit (const throw_allocator_limit &) noexcept
template<typename _Tp1 >
throw_allocator_limit (const throw_allocator_limit< _Tp1 > &) noexcept
const_pointer address (const_reference __x) const noexcept
pointer address (reference __x) const noexcept
pointer allocate (size_type __n, const void *__hint=0)
void check (size_t label)
void check (size_type __n)
void check_allocated (pointer __p, size_type __n)
map_alloc_type::iterator check_allocated (void *p, size_t size)
void check_constructed (size_t label)
map_construct_type::iterator check_constructed (void *p)
void construct (_Up *__p, _Args &&... __args)
void deallocate (pointer __p, size_type __n)
void destroy (_Up *__p)
void erase (void *p, size_t size)
void erase_construct (void *p)
void insert (void *p, size_t size)
void insert_construct (void *p)
size_type max_size () const noexcept
throw_allocator_limit & operator= (const throw_allocator_limit &)=default
Static Public Member Functions
static void check ()
static size_t & count ()
static size_t get_label ()
static size_t & limit ()
static void set_label (size_t l)
static void set_limit (const size_t __l)
static void throw_conditionally ()

template<typename _Tp>
struct __gnu_cxx::throw_allocator_limit< _Tp >

Allocator throwing via limit condition.

Definition at line 922 of file throw_allocator.h.

const_pointer

const_reference

difference_type

pointer

propagate_on_container_move_assignment

size_type

value_type

throw_allocator_limit() [1/3]

throw_allocator_limit() [2/3]

throw_allocator_limit() [3/3]

template<typename _Tp >

template<typename _Tp1 >

~throw_allocator_limit()

address() [1/2]

address() [2/2]

allocate()

check() [1/3]

static void __gnu_cxx::annotate_base::check ( ) inlinestaticinherited

check() [2/3]

void __gnu_cxx::annotate_base::check ( size_t label) inlineinherited

check() [3/3]

check_allocated() [1/2]

check_allocated() [2/2]

map_alloc_type::iterator __gnu_cxx::annotate_base::check_allocated ( void * p, size_t size ) inlineinherited

check_constructed() [1/2]

void __gnu_cxx::annotate_base::check_constructed ( size_t label) inlineinherited

check_constructed() [2/2]

map_construct_type::iterator __gnu_cxx::annotate_base::check_constructed ( void * p) inlineinherited

construct()

count()

static size_t & __gnu_cxx::limit_condition::count ( ) inlinestaticinherited

deallocate()

destroy()

erase()

void __gnu_cxx::annotate_base::erase ( void * p, size_t size ) inlineinherited

erase_construct()

void __gnu_cxx::annotate_base::erase_construct ( void * p) inlineinherited

get_label()

static size_t __gnu_cxx::annotate_base::get_label ( ) inlinestaticinherited

insert()

void __gnu_cxx::annotate_base::insert ( void * p, size_t size ) inlineinherited

insert_construct()

void __gnu_cxx::annotate_base::insert_construct ( void * p) inlineinherited

limit()

static size_t & __gnu_cxx::limit_condition::limit ( ) inlinestaticinherited

max_size()

set_label()

static void __gnu_cxx::annotate_base::set_label ( size_t l) inlinestaticinherited

set_limit()

static void __gnu_cxx::limit_condition::set_limit ( const size_t __l) inlinestaticinherited

throw_conditionally()

static void __gnu_cxx::limit_condition::throw_conditionally ( ) inlinestaticinherited

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