#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
|
|
Creates a new YCPVoidRep |
|
|
Compares two void for equality, greaterness or smallerness. returns always YO_EQUAL. |
|
|
Output value as bytecode to stream Implements YCPElementRep. |
|
|
Gives the ASCII representation of this value, i.e. "nil" Implements YCPElementRep. |
|
|
Returns YT_VOID. See YCPValueRep::valuetype. Implements YCPValueRep. |
|
|
|
1.4.4