libpqxx 4.0
pqxx::string_traits< char * > Struct Template Reference

String traits for non-const C-style string ("pointer to char") More...

#include <strconv.hxx>

List of all members.

Static Public Member Functions

static const char * name ()
static bool has_null ()
static bool is_null (const char *t)
static const char * null ()
static std::string to_string (char *Obj)

Detailed Description

template<>
struct pqxx::string_traits< char * >

String traits for non-const C-style string ("pointer to char")


Member Function Documentation

static bool pqxx::string_traits< char * >::has_null ( ) [static]
static bool pqxx::string_traits< char * >::is_null ( const char *  t) [static]
static const char* pqxx::string_traits< char * >::name ( ) [static]
static const char* pqxx::string_traits< char * >::null ( ) [static]
static std::string pqxx::string_traits< char * >::to_string ( char *  Obj) [static]

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