PolyBoRi
|
#include <CErrorInfo.h>
Public Types | |
typedef CTypes::errornum_type | errornum_type |
adopt global error code enumeration More... | |
typedef CTypes::errortext_type | errortext_type |
adopt global error text type More... | |
Public Member Functions | |
CErrorInfo () | |
default constructor (call once for text initialization) More... | |
Static Public Member Functions | |
static errortext_type | text (errornum_type) |
convert error code to description text More... | |
Static Protected Attributes | |
static errortext_type | pErrorText [] |
table of error messages in readable form More... | |
adopt global error code enumeration
typedef CTypes::errortext_type polybori::CErrorInfo::errortext_type |
adopt global error text type
polybori::CErrorInfo::CErrorInfo | ( | ) |
default constructor (call once for text initialization)
References PBORI_TRACE_FUNC.
|
static |
convert error code to description text
References PBORI_TRACE_FUNC, and PBORI_UNLIKELY.
Referenced by polybori::PBoRiError::text().
|
staticprotected |
table of error messages in readable form