Scopira
20080306
|
#include <traits.h>
Static Public Member Functions | |
static bool | load (itflow_i &in, T &outv) |
static void | save (otflow_i &out, const T &v) |
static void | to_string (const T &v, std::string &out) |
static bool | from_string (std::string &s, T &out) |
Static Public Member Functions inherited from scopira::tool::flowtraits_base_g< T > | |
template<class COL > | |
static bool | load_collection (itflow_i &in, COL &v) |
template<class COL > | |
static void | save_collection (otflow_i &out, const COL &v) |
Additional Inherited Members | |
Public Types inherited from scopira::tool::flowtraits_base_g< T > | |
typedef T | data_type |
Generic version, assumes object has its own save/load methods.