55 std::ostream &
toXml (std::ostream &
str,
int indent )
const;
#define str
Definition: scanner.cc:1003
YCPValueType valuetype() const
Definition: YCPVoid.cc:40
YCPValueType
Value Type Defines constants for the Value types. The Value type specifies the class the YCPValueRep ...
Definition: YCPValue.h:36
string toString() const
Definition: YCPVoid.cc:33
YCPOrder
Definition: YCPValue.h:57
friend class YCPVoid
Definition: YCPVoid.h:37
std::ostream & toXml(std::ostream &str, int indent) const
Definition: YCPVoid.cc:62
YCPVoidRep()
Definition: YCPVoid.cc:27
YCPOrder compare(const YCPVoid &v) const
Definition: YCPVoid.cc:47
Abstract base class of all YCP values. Abstract base class of all YCP elements that can be used as pr...
Definition: YCPValue.h:71
Wrapper for YCPVoidRep This class realizes an automatic memory management via YCPElement. Access the functionality of YCPVoidRep with the arrow operator. See YCPVoidRep.
Definition: YCPVoid.h:75
#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
YCPValueRep representing a void value.
Definition: YCPVoid.h:34
An istream that remembers some data about the bytecode.
Definition: Bytecode.h:42
std::ostream & toStream(std::ostream &str) const
Definition: YCPVoid.cc:56
static YCPVoid * nil
Definition: YCPVoid.h:79