libpqxx
3.1.1
|
Temporarily disable the notice processor. More...
#include <connection_base.hxx>
Public Member Functions | |
disable_noticer (connection_base &c) |
Additional Inherited Members | |
![]() | |
scoped_noticer (connection_base &c, std::auto_ptr< noticer > t) throw () | |
Start period where different noticer applies to connection. | |
~scoped_noticer () | |
scoped_noticer (connection_base &c, noticer *t) throw () | |
Take ownership of given noticer, and start using it. |
Temporarily disable the notice processor.
|
explicit |