libpqxx
The C++ client library for PostgreSQL
|
Various callbacks waiting for a notice to come in. More...
Public Member Functions | |
notice_waiters (notice_waiters const &)=delete | |
notice_waiters (notice_waiters &&)=delete | |
notice_waiters & | operator= (notice_waiters const &)=delete |
notice_waiters & | operator= (notice_waiters &&)=delete |
Public Attributes | |
std::function< void(zview)> | notice_handler |
std::list< errorhandler * > | errorhandlers |
Various callbacks waiting for a notice to come in.