#include <ErrorBase.h>
Inheritance diagram for vpr::ErrorBase:

Public Types | |
| enum | ErrorType { NoError = 0 } |
Static Public Methods | |
| void | outputCurrentError (std::ostream &out, const std::string &prefix) |
| ErrorType | getCurrentError () |
Definition at line 56 of file ErrorBase.h.
|
|
Definition at line 59 of file ErrorBase.h.
00060 {
00061 NoError = 0
00062 /* Fill in common error types */
00063 };
|
|
||||||||||||
|
Reimplemented in vpr::ErrorImplNSPR. Definition at line 65 of file ErrorBase.h.
00066 {;}
|
|
|
Reimplemented in vpr::ErrorImplNSPR. Definition at line 68 of file ErrorBase.h.
00069 { return NoError; }
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002