Overview     Modules     Class Hierarchy     Classes     Members  
tlp::SerializableVectorType< VT, openParen > Class Template Reference

#include <PropertyTypes.h>

Inheritance diagram for tlp::SerializableVectorType< VT, openParen >:
Collaboration diagram for tlp::SerializableVectorType< VT, openParen >:

List of all members.

Static Public Member Functions

static void write (std::ostream &oss, const typename TypeInterface< std::vector< VT > >::RealType &v)
static bool read (std::istream &iss, typename TypeInterface< std::vector< VT > >::RealType &v)
- Static Public Member Functions inherited from tlp::TypeInterface< std::vector< VT > >
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< std::vector< VT > >
typedef std::vector< VT > RealType

Member Function Documentation

template<typename VT, int openParen>
static bool tlp::SerializableVectorType< VT, openParen >::read ( std::istream &  iss,
typename TypeInterface< std::vector< VT > >::RealType v 
)
inlinestatic
template<typename VT, int openParen>
static void tlp::SerializableVectorType< VT, openParen >::write ( std::ostream &  oss,
const typename TypeInterface< std::vector< VT > >::RealType v 
)
inlinestatic


Tulip Software by LaBRI Visualization Team    2001 - 2012