error

Some primitive error reporting routines

[ kepler | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

OVERVIEW TEXT

Class Summary

class error

{

public:
static void printTime();
static void printTime(const char* s);
static void message(const char*);
protected:
}; // error

Back to the top of error


OVERVIEW TEXT

The class error contains some primitive error reporting routines. When the program terminates a procedure prints out the total number of errors reported.

Back to the top of error


void printTime();

print out the current time to standard output

static void printTime();  

Back to the top of error


void printTime(const char* s);

prints the current time and a message

static void printTime(const char* s); 

Back to the top of error


void message(const char*);

prints an error message

static void message(const char*); 

Back to the top of error


All Members

public:
static void printTime();
static void printTime(const char* s);
static void message(const char*);
protected:

Back to the top of error


Ancestors

Class does not inherit from any other class.

Back to the top of error


Descendants

Class is not inherited by any others.

Back to the top of error


Generated from source by the Cocoon utilities on Mon Dec 22 19:37:19 1997 .

Report problems to jkotula@unimax.com