libpqxx  v4.0-1
C++ library for PostgreSQL
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pqxx::string_traits< float > Struct Template Reference

#include <strconv.hxx>

Public Types

typedef float subject_type
 

Static Public Member Functions

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

Member Typedef Documentation

typedef float pqxx::string_traits< float >::subject_type

Member Function Documentation

static void pqxx::string_traits< float >::from_string ( const char  Str[],
float &  Obj 
)
static
static bool pqxx::string_traits< float >::has_null ( )
inlinestatic
static bool pqxx::string_traits< float >::is_null ( float  )
inlinestatic
static const char* pqxx::string_traits< float >::name ( )
inlinestatic
static float pqxx::string_traits< float >::null ( )
inlinestatic
static PGSTD::string pqxx::string_traits< float >::to_string ( float  Obj)
static

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