Overview     Modules     Class Hierarchy     Classes     Members  
tlp::StringType Class Reference

#include <PropertyTypes.h>

Inheritance diagram for tlp::StringType:
Collaboration diagram for tlp::StringType:

Static Public Member Functions

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 &v)
static bool fromString (RealType &v, const std::string &s)

Additional Inherited Members

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

Member Function Documentation

static RealType tlp::StringType::defaultValue ( )
static

Reimplemented from tlp::TypeInterface< std::string >.

static bool tlp::StringType::fromString ( RealType v,
const std::string &  s 
)
static

Reimplemented from tlp::TypeInterface< std::string >.

static bool tlp::StringType::read ( std::istream &  ,
RealType  
)
static

Reimplemented from tlp::TypeInterface< std::string >.

static std::string tlp::StringType::toString ( const RealType v)
static

Reimplemented from tlp::TypeInterface< std::string >.

static RealType tlp::StringType::undefinedValue ( )
static

Reimplemented from tlp::TypeInterface< std::string >.

static void tlp::StringType::write ( std::ostream &  ,
const RealType  
)
static

Reimplemented from tlp::TypeInterface< std::string >.



Tulip Software by LaBRI Visualization Team    2001 - 2012