libpqxx
7.0.1
|
Namespaces | |
gate | |
pqxx | |
Classes | |
struct | enum_traits |
Helper class for defining enum conversions. More... | |
Functions | |
std::string | demangle_type_name (char const raw[]) |
Attempt to demangle std::type_info::name() to something human-readable. More... | |
void | throw_null_conversion (std::string const &type) |
std::string | state_buffer_overrun (int have_bytes, int need_bytes) |
std::string pqxx::pqxx::internal::demangle_type_name | ( | char const | raw[] | ) |
Attempt to demangle std::type_info::name()
to something human-readable.
std::string pqxx::pqxx::internal::state_buffer_overrun | ( | int | have_bytes, |
int | need_bytes | ||
) |
References state_buffer_overrun().
Referenced by state_buffer_overrun().
void pqxx::pqxx::internal::throw_null_conversion | ( | std::string const & | type | ) |
References throw_null_conversion().
Referenced by throw_null_conversion().