PolyBoRi
CErrorInfo.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 //*****************************************************************************
37 //*****************************************************************************
38 
39 #include "pbori_defs.h"
40 
42 
46 class CErrorInfo {
47  public:
50 
52  typedef CTypes::errortext_type errortext_type;
53 
55  CErrorInfo();
56 
58  static errortext_type text(errornum_type);
59 
60 protected:
62  static errortext_type pErrorText[];
63 
64 };
65 
66