#include <throw_allocator.h>
|
| | 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) |
Type throwing via random condition.
Definition at line 771 of file throw_allocator.h.
◆ base_type
| typedef throw_value_base<random_condition> __gnu_cxx::throw_value_random::base_type |
◆ condition_type
◆ throw_value_random() [1/3]
| __gnu_cxx::throw_value_random::throw_value_random |
( |
| ) |
|
|
inline |
◆ throw_value_random() [2/3]
| __gnu_cxx::throw_value_random::throw_value_random |
( |
const throw_value_random & | __other | ) |
|
|
inline |
◆ throw_value_random() [3/3]
| __gnu_cxx::throw_value_random::throw_value_random |
( |
const std::size_t | __i | ) |
|
|
inlineexplicit |
◆ operator++()
◆ operator=()
| throw_value_random & __gnu_cxx::throw_value_random::operator= |
( |
const throw_value_random & | __other | ) |
|
|
inline |
◆ seed()
| void __gnu_cxx::random_condition::seed |
( |
unsigned long | __s | ) |
|
|
inlineinherited |
◆ set_probability()
| void __gnu_cxx::random_condition::set_probability |
( |
double | __p | ) |
|
|
inlinestaticinherited |
◆ throw_conditionally()
| void __gnu_cxx::random_condition::throw_conditionally |
( |
| ) |
|
|
inlinestaticinherited |
◆ _M_i
The documentation for this struct was generated from the following file: