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

pqxx::noticer Struct Reference

Base class for user-definable error/warning message processor. More...

List of all members.

Public Member Functions

virtual ~noticer ()
virtual void operator() (const char Msg[])=0 throw ()


Detailed Description

Base class for user-definable error/warning message processor.

To define a custom method of handling notices, derive a new class from noticer and override the virtual function "operator()(const char[]) throw()" to process the message passed to it.


Constructor & Destructor Documentation

virtual pqxx::noticer::~noticer  )  [virtual]
 


Member Function Documentation

virtual void pqxx::noticer::operator() const char  Msg[]  )  throw () [pure virtual]
 


The documentation for this struct was generated from the following file:
Generated on Mon Sep 1 17:17:27 2003 for libpqxx by doxygen 1.3.2