#include <db_field.h>
Static Public Member Functions | |
static bool | streamableFromString (T &data, const std::string &str) |
Helper function for converting a string to a datatype through the STL istream operator >> | |
static bool | streamableToString (const T &data, std::string &str) |
Helper function for converting a datatype to a string through the STL ostream operator <<. |
Definition at line 218 of file db_field.h.
static bool database_interface::DBStreamable< T >::streamableFromString | ( | T & | data, |
const std::string & | str | ||
) | [inline, static] |
Helper function for converting a string to a datatype through the STL istream operator >>
Definition at line 221 of file db_field.h.
static bool database_interface::DBStreamable< T >::streamableToString | ( | const T & | data, |
std::string & | str | ||
) | [inline, static] |
Helper function for converting a datatype to a string through the STL ostream operator <<.
Definition at line 228 of file db_field.h.