TRUST_Error#

#include <TRUST_Error.h>
Brief description

classe TRUST_Error

How to reference this class#

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

: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#

Definition
const char * TRUST_Error::get_msg() const
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const char * TRUST_Error::get_msg() const <trust-error-public-const-char-ptr-trust-error-get-msg-const>`
[const char * TRUST_Error::get_msg() const](#trust-error-public-const-char-ptr-trust-error-get-msg-const)

get_pe#

Definition
const int & TRUST_Error::get_pe() const
Brief description
Detailed description
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const int & TRUST_Error::get_pe() const <trust-error-public-const-int-ref-trust-error-get-pe-const>`
[const int & TRUST_Error::get_pe() const](#trust-error-public-const-int-ref-trust-error-get-pe-const)

operator =#

Definition
const TRUST_Error & TRUST_Error::operator=(const TRUST_Error &)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const TRUST_Error & TRUST_Error::operator=(const TRUST_Error &) <trust-error-public-const-trust-error-ref-trust-error-operator-equal-const-trust-error-ref>`
[const TRUST_Error & TRUST_Error::operator=(const TRUST_Error &)](#trust-error-public-const-trust-error-ref-trust-error-operator-equal-const-trust-error-ref)

TRUST_Error#

Definition
TRUST_Error::TRUST_Error(const char *s, int pe=-1)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`TRUST_Error::TRUST_Error(const char *s, int pe=-1) <trust-error-public-trust-error-trust-error-const-char-ptr-s-int-pe-equal-1>`
[TRUST_Error::TRUST_Error(const char *s, int pe=-1)](#trust-error-public-trust-error-trust-error-const-char-ptr-s-int-pe-equal-1)

TRUST_Error#

Definition
TRUST_Error::TRUST_Error(const TRUST_Error &)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`TRUST_Error::TRUST_Error(const TRUST_Error &) <trust-error-public-trust-error-trust-error-const-trust-error-ref>`
[TRUST_Error::TRUST_Error(const TRUST_Error &)](#trust-error-public-trust-error-trust-error-const-trust-error-ref)

TRUST_Error#

Definition
TRUST_Error::TRUST_Error(int pe=-1)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`TRUST_Error::TRUST_Error(int pe=-1) <trust-error-public-trust-error-trust-error-int-pe-equal-1>`
[TRUST_Error::TRUST_Error(int pe=-1)](#trust-error-public-trust-error-trust-error-int-pe-equal-1)

~TRUST_Error#

Definition
TRUST_Error::~TRUST_Error()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`TRUST_Error::~TRUST_Error() <trust-error-public-trust-error-dtor-trust-error>`
[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_