yast2-core
Classes | Macros
YCPTerm.h File Reference
#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...
 

Macros

#define GLOBALNAME   "_"
 
#define CONST_ELEMENT   (static_cast<const YCPTermRep*>(element))
 
#define ELEMENT   (const_cast<YCPTermRep*>(static_cast<const YCPTermRep*>(this->writeCopy ())))
 

Macro Definition Documentation

#define CONST_ELEMENT   (static_cast<const YCPTermRep*>(element))
#define ELEMENT   (const_cast<YCPTermRep*>(static_cast<const YCPTermRep*>(this->writeCopy ())))
#define GLOBALNAME   "_"

Generated on a sunny day for yast2-core by doxygen 1.8.11