TRUST_Error#
#include <TRUST_Error.h>
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#
const char * TRUST_Error::get_msg() const
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#
const int & TRUST_Error::get_pe() const
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 =#
const TRUST_Error & TRUST_Error::operator=(const TRUST_Error &)
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#
TRUST_Error::TRUST_Error(const char *s, int pe=-1)
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#
TRUST_Error::TRUST_Error(const TRUST_Error &)
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#
TRUST_Error::TRUST_Error(int pe=-1)
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#
TRUST_Error::~TRUST_Error()
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#
char* TRUST_Error::message_
int TRUST_Error::pe_