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

pqxx::noticer Struct Reference
[Error/warning output]

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

#include <connection_base.hxx>

Inheritance diagram for pqxx::noticer:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 noticer ()
virtual ~noticer () throw ()
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

pqxx::noticer::noticer  ) 
 

virtual pqxx::noticer::~noticer  )  throw () [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 Oct 3 20:29:04 2005 for libpqxx by  doxygen 1.4.2