7 friend class pqxx::connection;
11 operator bool()
const {
return bool(home()); }
12 bool operator!()
const {
return not home(); }
HOME & reference
A reference to the host class. Helps keep constructors easy.
Definition callgate.hxx:60
callgate(reference x)
Definition callgate.hxx:62
callgate< HOME > super
This class, to keep constructors easy.
Definition callgate.hxx:58
Definition connection.hxx:108