libstdc++
|
#include <throw_allocator.h>
Public Types | |
typedef throw_value_base< random_condition > | base_type |
typedef random_condition | condition_type |
Public Member Functions | |
throw_value_random (const std::size_t __i) | |
throw_value_random (const throw_value_random &__other) | |
throw_value_random (throw_value_random &&)=default | |
throw_value_base & | operator++ () |
throw_value_random & | operator= (const throw_value_random &__other) |
throw_value_random & | operator= (throw_value_random &&)=default |
void | seed (unsigned long __s) |
Static Public Member Functions | |
static void | set_probability (double __p) |
static void | throw_conditionally () |
Public Attributes | |
std::size_t | _M_i |
Type throwing via random condition.
Definition at line 772 of file throw_allocator.h.
Definition at line 774 of file throw_allocator.h.
|
inherited |
Definition at line 625 of file throw_allocator.h.
|
inline |
Definition at line 777 of file throw_allocator.h.
|
inline |
Definition at line 779 of file throw_allocator.h.
|
inlineexplicit |
Definition at line 786 of file throw_allocator.h.
|
inlineinherited |
Definition at line 662 of file throw_allocator.h.
|
inline |
Definition at line 790 of file throw_allocator.h.
|
inlineinherited |
Definition at line 556 of file throw_allocator.h.
|
inlinestaticinherited |
Definition at line 545 of file throw_allocator.h.
|
inlinestaticinherited |
Definition at line 549 of file throw_allocator.h.
|
inherited |
Definition at line 629 of file throw_allocator.h.