PolyBoRi
Public Types | Public Member Functions | Static Public Member Functions | Static Protected Attributes

polybori::CErrorInfo Class Reference

#include <CErrorInfo.h>

List of all members.

Public Types

typedef CTypes::errornum_type errornum_type
 adopt global error code enumeration
typedef CTypes::errortext_type errortext_type
 adopt global error text type

Public Member Functions

 CErrorInfo ()
 default constructor (call once for text initialization)

Static Public Member Functions

static errortext_type text (errornum_type)
 convert error code to description text

Static Protected Attributes

static errortext_type pErrorText []
 table of error messages in readable form

Member Typedef Documentation

adopt global error code enumeration

adopt global error text type


Constructor & Destructor Documentation

polybori::CErrorInfo::CErrorInfo ( )

default constructor (call once for text initialization)


Member Function Documentation

CErrorInfo::errortext_type polybori::CErrorInfo::text ( errornum_type  num) [static]

convert error code to description text


Member Data Documentation

builddir build BUILD polybori polybori src CErrorInfo cc CErrorInfo::errortext_type polybori::CErrorInfo::pErrorText [static, protected]

table of error messages in readable form


The documentation for this class was generated from the following files: