19 #ifndef SRECORD_QUIT_NORMAL_H
20 #define SRECORD_QUIT_NORMAL_H
The quit_normal class is used to represent a quit handler which behaves in the "normal" way: print er...
quit_normal()
The default constructor.
virtual void message_v(const char *, va_list)
The message_v method is used to send an error message to a suitable destination.
virtual void exit(int)
The exit method is used to terminate execution.
virtual ~quit_normal()
The destructor.
The quit class is an abstract class for reporting error messages, both fatal and non-fatal.