#include <ycp/YCPSymbol.h>
#include <ycp/YCPList.h>
#include <y2util/Ustring.h>
Go to the source code of this file.
Classes | |
class | YCPTermRep |
YCPValueRep representing a term. A YCPTermRep is a YCPValue containing a list plus a string representing the term's name. More... | |
class | YCPTerm |
Wrapper for YCPTermRep This class realizes an automatic memory management via YCPElement. Access the functionality of YCPTermRep with the arrow operator. See YCPTermRep. More... | |
Defines | |
#define | GLOBALNAME "_" |
#define | CONST_ELEMENT (static_cast<const YCPTermRep*>(element)) |
#define | ELEMENT (const_cast<YCPTermRep*>(static_cast<const YCPTermRep*>(this->writeCopy ()))) |
|
|
|
|
|
|