libpqxx  7.0.1
pqxx::pqxx::internal Namespace Reference

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)
 

Function Documentation

◆ demangle_type_name()

std::string pqxx::pqxx::internal::demangle_type_name ( char const  raw[])

Attempt to demangle std::type_info::name() to something human-readable.

◆ state_buffer_overrun()

std::string pqxx::pqxx::internal::state_buffer_overrun ( int  have_bytes,
int  need_bytes 
)

References state_buffer_overrun().

Referenced by state_buffer_overrun().

◆ throw_null_conversion()

void pqxx::pqxx::internal::throw_null_conversion ( std::string const &  type)