87 std::ostream &
toXml (std::ostream &
str,
int indent )
const;
YCPOrder compare(const YCPFloat &v) const
Definition: YCPFloat.cc:66
#define str
Definition: scanner.cc:1003
double v
Definition: YCPFloat.h:40
YCPValueType valuetype() const
Definition: YCPFloat.cc:89
YCPValueType
Value Type Defines constants for the Value types. The Value type specifies the class the YCPValueRep ...
Definition: YCPValue.h:36
YCPValueRep representing a floating point number. The precision of the floating point number a YCPFlo...
Definition: YCPFloat.h:38
string toString() const
Definition: YCPFloat.cc:74
YCPFloat(const char *r)
Definition: YCPFloat.h:106
double value() const
Definition: YCPFloat.cc:59
YCPOrder
Definition: YCPValue.h:57
YCPFloatRep(double v)
Definition: YCPFloat.cc:30
Abstract base class of all YCP values. Abstract base class of all YCP elements that can be used as pr...
Definition: YCPValue.h:71
std::ostream & toStream(std::ostream &str) const
Definition: YCPFloat.cc:98
#define DEF_COMMON(name, base)
Definition: YCPElement.h:83
Wrapper for YCPValueRep This class realizes an automatic memory management via YCPElement. Access the functionality of YCPValueRep with the arrow operator. See YCPValueRep.
Definition: YCPValue.h:275
YCPFloat(double v)
Definition: YCPFloat.h:105
friend class YCPFloat
Definition: YCPFloat.h:43
An istream that remembers some data about the bytecode.
Definition: Bytecode.h:42
std::ostream & toXml(std::ostream &str, int indent) const
Definition: YCPFloat.cc:104
Wrapper for YCPFloatRep This class realizes an automatic memory management via YCPElement. Access the functionality of YCPFloatRep with the arrow operator. See YCPFloatRep.
Definition: YCPFloat.h:101