#include <PropertyTypes.h>
List of all members.
Additional Inherited Members |
typedef std::string | RealType |
Member Function Documentation
static RealType tlp::StringType::defaultValue |
( |
| ) |
|
|
static |
static bool tlp::StringType::fromString |
( |
RealType & |
v, |
|
|
const std::string & |
s |
|
) |
| |
|
static |
static bool tlp::StringType::read |
( |
std::istream & |
, |
|
|
RealType & |
|
|
) |
| |
|
static |
static std::string tlp::StringType::toString |
( |
const RealType & |
v | ) |
|
|
static |
static RealType tlp::StringType::undefinedValue |
( |
| ) |
|
|
static |
static void tlp::StringType::write |
( |
std::ostream & |
, |
|
|
const RealType & |
|
|
) |
| |
|
static |