libpqxx  4.0.1
pqxx::string_traits< std::string > Struct Template Reference

#include <strconv.hxx>

Static Public Member Functions

static const char * name ()
 
static bool has_null ()
 
static bool is_null (const std::string &)
 
static std::string null ()
 
static void from_string (const char Str[], std::string &Obj)
 
static std::string to_string (const std::string &Obj)
 

Member Function Documentation

§ from_string()

static void pqxx::string_traits< std::string >::from_string ( const char  Str[],
std::string &  Obj 
)
static

§ has_null()

static bool pqxx::string_traits< std::string >::has_null ( )
static

§ is_null()

static bool pqxx::string_traits< std::string >::is_null ( const std::string &  )
static

§ name()

static const char* pqxx::string_traits< std::string >::name ( )
static

§ null()

static std::string pqxx::string_traits< std::string >::null ( )
static

§ to_string()

static std::string pqxx::string_traits< std::string >::to_string ( const std::string &  Obj)
static

The documentation for this struct was generated from the following file: