#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 >> | |
static bool | streamableToString (double data, std::string &str) |
Helper function for converting a datatype to a string through the STL ostream operator <<. |
Definition at line 242 of file db_field.h.
static bool database_interface::DBStreamable< double >::streamableFromString | ( | double & | data, | |
const std::string & | str | |||
) | [inline, static] |
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 | |||
) | [inline, static] |
Helper function for converting a datatype to a string through the STL ostream operator <<.
Definition at line 255 of file db_field.h.