79 std::ostream &
toXml (std::ostream &
str,
int indent )
const;
106 #endif // YCPBoolean_h #define str
Definition: scanner.cc:1003
std::ostream & toXml(std::ostream &str, int indent) const
Definition: YCPBoolean.cc:63
bool v
Definition: YCPBoolean.h:36
YCPValueType valuetype() const
Definition: YCPBoolean.cc:70
static YCPBoolean * trueboolean
Definition: YCPBoolean.h:97
YCPValueType
Value Type Defines constants for the Value types. The Value type specifies the class the YCPValueRep ...
Definition: YCPValue.h:36
YCPBooleanRep(bool v)
Definition: YCPBoolean.cc:27
YCPOrder compare(const YCPBoolean &) const
Definition: YCPBoolean.cc:77
bool value() const
Definition: YCPBoolean.cc:39
YCPValueRep representing a boolean value.
Definition: YCPBoolean.h:34
YCPOrder
Definition: YCPValue.h:57
friend class YCPBoolean
Definition: YCPBoolean.h:39
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: YCPBoolean.cc:56
YCPBoolean(const char *r)
Definition: YCPBoolean.h:102
#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
static YCPBoolean * falseboolean
Definition: YCPBoolean.h:98
An istream that remembers some data about the bytecode.
Definition: Bytecode.h:42
Wrapper for YCPBooleanRep This class realizes an automatic memory management via YCPElement. Access the functionality of YCPBooleanRep with the arrow operator. See YCPBooleanRep.
Definition: YCPBoolean.h:93
string toString() const
Definition: YCPBoolean.cc:46