Static Public Member Functions | List of all members
database_interface::DBStreamable< double > Struct Template Reference

#include <db_field.h>

Static Public Member Functions

static bool streamableFromString (double &data, const std::string &str)
 Helper function for converting a string to a datatype through the STL istream operator >> More...
 
static bool streamableToString (double data, std::string &str)
 Helper function for converting a datatype to a string through the STL ostream operator <<. More...
 

Detailed Description

template<>
struct database_interface::DBStreamable< double >

Definition at line 242 of file db_field.h.

Member Function Documentation

static bool database_interface::DBStreamable< double >::streamableFromString ( double &  data,
const std::string &  str 
)
inlinestatic

Helper function for converting a string to a datatype through the STL istream operator >>

Definition at line 245 of file db_field.h.

static bool database_interface::DBStreamable< double >::streamableToString ( double  data,
std::string &  str 
)
inlinestatic

Helper function for converting a datatype to a string through the STL ostream operator <<.

Definition at line 255 of file db_field.h.


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


database_interface
Author(s): Matei Ciocarlie and Lorenz Mosenlechner
autogenerated on Mon Mar 2 2015 01:31:34