#include <YCPVoid.h>
Inheritance diagram for YCPVoidRep:

Public Member Functions | |
| string | toString () const |
| std::ostream & | toStream (std::ostream &str) const |
| YCPValueType | valuetype () const |
| YCPOrder | compare (const YCPVoid &v) const |
Protected Member Functions | |
| YCPVoidRep () | |
Friends | |
| class | YCPVoid |
YCP Syntax:
nil
| YCPVoidRep::YCPVoidRep | ( | ) | [protected] |
Creates a new YCPVoidRep
| string YCPVoidRep::toString | ( | ) | const [virtual] |
Gives the ASCII representation of this value, i.e. "nil"
Implements YCPElementRep.
| std::ostream & YCPVoidRep::toStream | ( | std::ostream & | str | ) | const [virtual] |
Output value as bytecode to stream
Implements YCPElementRep.
| YCPValueType YCPVoidRep::valuetype | ( | ) | const [virtual] |
Returns YT_VOID. See YCPValueRep::valuetype.
Implements YCPValueRep.
Compares two void for equality, greaterness or smallerness. returns always YO_EQUAL.
friend class YCPVoid [friend] |
1.5.0