libpqxx
The C++ client library for PostgreSQL
Loading...
Searching...
No Matches
errorhandler-connection.hxx
Go to the documentation of this file.
1
#include <
pqxx/internal/callgate.hxx
>
2
3
namespace
pqxx::internal::gate
4
{
5
class
PQXX_PRIVATE
errorhandler_connection :
callgate
<errorhandler>
6
{
7
friend
class
pqxx::connection;
8
9
errorhandler_connection(
reference
x) :
super
(x) {}
10
11
void
unregister() noexcept { home().unregister(); }
12
};
13
}
// namespace pqxx::internal::gate
callgate.hxx
pqxx::internal::callgate< errorhandler >::reference
errorhandler & reference
Definition
callgate.hxx:60
pqxx::internal::callgate< errorhandler >::callgate
callgate(reference x)
Definition
callgate.hxx:62
pqxx::internal::callgate< errorhandler >::super
callgate< errorhandler > super
Definition
callgate.hxx:58
PQXX_PRIVATE
#define PQXX_PRIVATE
Definition
header-pre.hxx:158
pqxx::internal::gate
Definition
connection.hxx:108
include
pqxx
internal
gates
errorhandler-connection.hxx
Generated by
1.15.0