|
| Ethread_cancel_with_attr (bool now, U_64 x_flag, const infinint &attr) |
|
| Ethread_cancel_with_attr (const Ethread_cancel_with_attr &ref) |
|
| Ethread_cancel_with_attr (Ethread_cancel_with_attr &&ref) noexcept |
|
Ethread_cancel_with_attr & | operator= (const Ethread_cancel_with_attr &ref) |
|
Ethread_cancel_with_attr & | operator= (Ethread_cancel_with_attr &&ref) noexcept |
|
const infinint | get_attr () const |
|
| Ethread_cancel (bool now, U_64 x_flag) |
|
| Ethread_cancel (const Ethread_cancel &ref)=default |
|
| Ethread_cancel (Ethread_cancel &&ref)=default |
|
Ethread_cancel & | operator= (const Ethread_cancel &ref)=default |
|
Ethread_cancel & | operator= (Ethread_cancel &&ref)=default |
|
bool | immediate_cancel () const |
|
U_64 | get_flag () const |
|
| Ethread_cancel (bool now, U_64 x_flag) |
|
| Ethread_cancel (const Ethread_cancel &ref)=default |
|
| Ethread_cancel (Ethread_cancel &&ref)=default |
|
Ethread_cancel & | operator= (const Ethread_cancel &ref)=default |
|
Ethread_cancel & | operator= (Ethread_cancel &&ref)=default |
|
bool | immediate_cancel () const |
|
U_64 | get_flag () const |
|
| Egeneric (const std::string &source, const std::string &message) |
| the constructor
|
|
| Egeneric (const Egeneric &ref)=default |
| copy constructor
|
|
| Egeneric (Egeneric &&ref)=default |
| move constructor
|
|
Egeneric & | operator= (const Egeneric &ref)=default |
| assignment operator
|
|
Egeneric & | operator= (Egeneric &&ref) noexcept=default |
| move operator
|
|
virtual | ~Egeneric ()=default |
| the destructor
|
|
void | stack (const std::string &passage, const std::string &message="") |
| add more detailed couple of information to the exception
|
|
void | stack (const std::string &&passage, const std::string &&message="") |
|
const std::string & | get_message () const |
| get the message explaing the nature of the exception
|
|
const std::string & | get_source () const |
| get the call function which has thrown this exception
|
|
const std::string & | find_object (const std::string &location) const |
| retrieve the objet (object) associated to a given "lieu" (location) from the stack
|
|
void | prepend_message (const std::string &context) |
| prepend error message by the given string
|
|
std::string | dump_str () const |
| return a string result of the exception information dump
|
|
| Egeneric (const std::string &source, const std::string &message) |
| the constructor
|
|
| Egeneric (const Egeneric &ref)=default |
| copy constructor
|
|
| Egeneric (Egeneric &&ref)=default |
| move constructor
|
|
Egeneric & | operator= (const Egeneric &ref)=default |
| assignment operator
|
|
Egeneric & | operator= (Egeneric &&ref) noexcept=default |
| move operator
|
|
virtual | ~Egeneric ()=default |
| the destructor
|
|
void | stack (const std::string &passage, const std::string &message="") |
| add more detailed couple of information to the exception
|
|
void | stack (const std::string &&passage, const std::string &&message="") |
|
const std::string & | get_message () const |
| get the message explaing the nature of the exception
|
|
const std::string & | get_source () const |
| get the call function which has thrown this exception
|
|
const std::string & | find_object (const std::string &location) const |
| retrieve the objet (object) associated to a given "lieu" (location) from the stack
|
|
void | prepend_message (const std::string &context) |
| prepend error message by the given string
|
|
std::string | dump_str () const |
| return a string result of the exception information dump
|
|
Ethread_cancel with infinint attribute.
Definition at line 41 of file erreurs_ext.hpp.