PolyBoRi
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
libpolybori
include
polybori
except
CErrorInfo.h
Go to the documentation of this file.
1
// -*- c++ -*-
2
//*****************************************************************************
14
//*****************************************************************************
15
16
#ifndef polybori_error_CErrorInfo_h_
17
#define polybori_error_CErrorInfo_h_
18
19
#include <
polybori/pbori_defs.h
>
20
21
BEGIN_NAMESPACE_PBORI
22
26
class
CErrorInfo
{
27
public
:
29
typedef
CTypes::errornum_type
errornum_type
;
30
32
typedef
CTypes::errortext_type
errortext_type
;
33
35
CErrorInfo
();
36
38
static
errortext_type
text(
errornum_type
);
39
40
protected
:
42
static
errortext_type
pErrorText[];
43
44
};
45
46
47
END_NAMESPACE_PBORI
48
49
#endif
Generated by
1.8.3.1