Overview     Modules     Class Hierarchy     Classes     Members  
tlp::SerializableType< T > Class Template Reference

#include <PropertyTypes.h>

Inheritance diagram for tlp::SerializableType< T >:
Collaboration diagram for tlp::SerializableType< T >:

Static Public Member Functions

static void write (std::ostream &oss, const typename TypeInterface< T >::RealType &v)
static bool read (std::istream &iss, typename TypeInterface< T >::RealType &v)
- Static Public Member Functions inherited from tlp::TypeInterface< T >
static RealType undefinedValue ()
static RealType defaultValue ()
static void write (std::ostream &, const RealType &)
static bool read (std::istream &, RealType &)
static std::string toString (const RealType &)
static bool fromString (RealType &, const std::string &)

Additional Inherited Members

- Public Types inherited from tlp::TypeInterface< T >
typedef T RealType

Member Function Documentation

template<typename T>
static bool tlp::SerializableType< T >::read ( std::istream &  iss,
typename TypeInterface< T >::RealType v 
)
inlinestatic
template<typename T>
static void tlp::SerializableType< T >::write ( std::ostream &  oss,
const typename TypeInterface< T >::RealType v 
)
inlinestatic


Tulip Software by LaBRI Visualization Team    2001 - 2012