Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Examples  

vpr::ErrorBase Class Reference

Common base for platform specific error management. More...

#include <ErrorBase.h>

Inheritance diagram for vpr::ErrorBase:

Inheritance graph
[legend]
List of all members.

Public Types

enum  ErrorType { NoError = 0 }

Static Public Methods

void outputCurrentError (std::ostream &out, const std::string &prefix)
ErrorType getCurrentError ()

Detailed Description

Common base for platform specific error management.

Definition at line 56 of file ErrorBase.h.


Member Enumeration Documentation

enum vpr::ErrorBase::ErrorType
 

Enumeration values:
NoError 

Definition at line 59 of file ErrorBase.h.

00060    {
00061       NoError = 0
00062       /* Fill in common error types */
00063    };


Member Function Documentation

void vpr::ErrorBase::outputCurrentError std::ostream &    out,
const std::string &    prefix
[inline, static]
 

Reimplemented in vpr::ErrorImplNSPR.

Definition at line 65 of file ErrorBase.h.

00066    {;}

ErrorType vpr::ErrorBase::getCurrentError   [inline, static]
 

Reimplemented in vpr::ErrorImplNSPR.

Definition at line 68 of file ErrorBase.h.

00069    { return NoError; }


The documentation for this class was generated from the following file:
Generated on Sun May 2 14:47:16 2004 for VR Juggler Portable Runtime by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002