#include <YCPCode.h>
Inheritance diagram for YCPEntryRep:
Public Member Functions | |
SymbolEntryPtr | entry () const |
YCPOrder | compare (const YCPEntry &v) const |
string | toString () const |
std::ostream & | toStream (std::ostream &str) const |
YCPValueType | valuetype () const |
YCPValue | evaluate (bool cse=false) const |
Protected Member Functions | |
YCPEntryRep () | |
YCPEntryRep (SymbolEntryPtr entry) | |
~YCPEntryRep () | |
Private Attributes | |
SymbolEntryPtr | m_entry |
Friends | |
class | YCPEntry |
|
Constructor |
|
|
|
Cleans up. |
|
Compares two YCPEntrys for equality, greaterness or smallerness. |
|
|
|
Evaluates the code. |
|
Output value as bytecode to stream Implements YCPElementRep. |
|
Returns an ASCII representation of the YCPEntry. Implements YCPElementRep. |
|
Returns YT_ENTRY. See YCPValueRep::type. Implements YCPValueRep. |
|
|
|
|