TRUST_Error#
#include <TRUST_Error.h>
classe TRUST_Error
How to cite this class in this doc#
:ref:`TRUST\_Error <class-trust-error>`
[TRUST\_Error](#class-trust-error)
Detailed description#
Erreur declenche par process::exit
List of Public Methods#
Complete Member Function Documentation#
get_msg
const char * TRUST_Error::get_msg() const
How to cite in this doc:
:ref:`const char * TRUST_Error::get_msg() const <public-const-char-ptr-trust-error-get-msg-const>`
[const char * TRUST_Error::get_msg() const](#public-const-char-ptr-trust-error-get-msg-const)
get_pe
const int & TRUST_Error::get_pe() const
Referenced By
How to cite in this doc:
:ref:`const int & TRUST_Error::get_pe() const <public-const-int-ref-trust-error-get-pe-const>`
[const int & TRUST_Error::get_pe() const](#public-const-int-ref-trust-error-get-pe-const)
operator =
const TRUST_Error & TRUST_Error::operator=(const TRUST_Error &)
How to cite in this doc:
:ref:`const TRUST_Error & TRUST_Error::operator=(const TRUST_Error &) <public-const-trust-error-ref-trust-error-operator-equal-const-trust-error-ref>`
[const TRUST_Error & TRUST_Error::operator=(const TRUST_Error &)](#public-const-trust-error-ref-trust-error-operator-equal-const-trust-error-ref)
TRUST_Error
TRUST_Error::TRUST_Error(const char *s, int pe=-1)
How to cite in this doc:
:ref:`TRUST_Error::TRUST_Error(const char *s, int pe=-1) <public-trust-error-trust-error-const-char-ptr-s-int-pe-equal-1>`
[TRUST_Error::TRUST_Error(const char *s, int pe=-1)](#public-trust-error-trust-error-const-char-ptr-s-int-pe-equal-1)
TRUST_Error
TRUST_Error::TRUST_Error(const TRUST_Error &)
How to cite in this doc:
:ref:`TRUST_Error::TRUST_Error(const TRUST_Error &) <public-trust-error-trust-error-const-trust-error-ref>`
[TRUST_Error::TRUST_Error(const TRUST_Error &)](#public-trust-error-trust-error-const-trust-error-ref)
TRUST_Error
TRUST_Error::TRUST_Error(int pe=-1)
How to cite in this doc:
:ref:`TRUST_Error::TRUST_Error(int pe=-1) <public-trust-error-trust-error-int-pe-equal-1>`
[TRUST_Error::TRUST_Error(int pe=-1)](#public-trust-error-trust-error-int-pe-equal-1)
~TRUST_Error
TRUST_Error::~TRUST_Error()
How to cite in this doc:
:ref:`TRUST_Error::~TRUST_Error() <public-trust-error-dtor-trust-error>`
[TRUST_Error::~TRUST_Error()](#public-trust-error-dtor-trust-error)
Attributes Documentation#
message_ (private)
char* TRUST_Error::message_
pe_ (private)
int TRUST_Error::pe_