#include <throw_allocator.h>
|
| | 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 |
Type throwing via limit condition.
Definition at line 741 of file throw_allocator.h.
◆ base_type
| typedef throw_value_base<limit_condition> __gnu_cxx::throw_value_limit::base_type |
◆ condition_type
◆ throw_value_limit() [1/3]
| __gnu_cxx::throw_value_limit::throw_value_limit |
( |
| ) |
|
|
inline |
◆ throw_value_limit() [2/3]
| __gnu_cxx::throw_value_limit::throw_value_limit |
( |
const throw_value_limit & | __other | ) |
|
|
inline |
◆ throw_value_limit() [3/3]
| __gnu_cxx::throw_value_limit::throw_value_limit |
( |
const std::size_t | __i | ) |
|
|
inlineexplicit |
◆ count()
| size_t & __gnu_cxx::limit_condition::count |
( |
| ) |
|
|
inlinestaticinherited |
◆ limit()
| size_t & __gnu_cxx::limit_condition::limit |
( |
| ) |
|
|
inlinestaticinherited |
◆ operator++()
◆ operator=()
| throw_value_limit & __gnu_cxx::throw_value_limit::operator= |
( |
const throw_value_limit & | __other | ) |
|
|
inline |
◆ set_limit()
| void __gnu_cxx::limit_condition::set_limit |
( |
const size_t | __l | ) |
|
|
inlinestaticinherited |
◆ throw_conditionally()
| void __gnu_cxx::limit_condition::throw_conditionally |
( |
| ) |
|
|
inlinestaticinherited |
◆ _M_i
The documentation for this struct was generated from the following file: