libstdc++
|
#include <throw_allocator.h>
Public Types | |
typedef throw_value_base< limit_condition > | base_type |
typedef limit_condition | condition_type |
Public Member Functions | |
throw_value_limit (const std::size_t __i) | |
throw_value_limit (const throw_value_limit &__other) | |
throw_value_limit (throw_value_limit &&)=default | |
throw_value_base & | operator++ () |
throw_value_limit & | operator= (const throw_value_limit &__other) |
throw_value_limit & | operator= (throw_value_limit &&)=default |
Static Public Member Functions | |
static size_t & | count () |
static size_t & | limit () |
static void | set_limit (const size_t __l) |
static void | throw_conditionally () |
Public Attributes | |
std::size_t | _M_i |
Type throwing via limit condition.
Definition at line 723 of file throw_allocator.h.
Definition at line 725 of file throw_allocator.h.
|
inherited |
Definition at line 608 of file throw_allocator.h.
|
inline |
Definition at line 728 of file throw_allocator.h.
|
inline |
Definition at line 730 of file throw_allocator.h.
|
inlineexplicit |
Definition at line 737 of file throw_allocator.h.
|
inlinestaticinherited |
Definition at line 461 of file throw_allocator.h.
|
inlinestaticinherited |
Definition at line 468 of file throw_allocator.h.
|
inlineinherited |
Definition at line 645 of file throw_allocator.h.
|
inline |
Definition at line 741 of file throw_allocator.h.
|
inlinestaticinherited |
Definition at line 476 of file throw_allocator.h.
|
inlinestaticinherited |
Definition at line 453 of file throw_allocator.h.
|
inherited |
Definition at line 612 of file throw_allocator.h.