yast2-core
|
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 ()))) |
#define CONST_ELEMENT (static_cast<const YCPTermRep*>(element)) |
Referenced by YCPTerm::args(), YCPTerm::functionalAdd(), YCPTerm::isEmpty(), YCPTerm::name(), YCPTerm::size(), and YCPTerm::value().
#define ELEMENT (const_cast<YCPTermRep*>(static_cast<const YCPTermRep*>(this->writeCopy ()))) |
Referenced by YCPTerm::add(), YCPTerm::reserve(), and YCPTerm::set().
#define GLOBALNAME "_" |