yast2-core
|
Wrapper for YCPCodeRep This class realizes an automatic memory management via YCPElement. Access the functionality of YCPCodeRep with the arrow operator. See YCPCodeRep. More...
#include <YCPCode.h>
Public Member Functions | |
YCPCode () | |
YCPCode (YCodePtr code) | |
YCPCode (bytecodeistream &str) | |
![]() | |
YCPValue () | |
![]() | |
YCPElement () | |
YCPElement (const YCPNull &) | |
YCPElement (const YCPElementRep *e) | |
YCPElement (const YCPElement &e) | |
~YCPElement () | |
const YCPElement & | operator= (const YCPElement &e) |
bool | isNull () const |
bool | refersToSameElementAs (const YCPElement &e) const |
Private Member Functions | |
DEF_COMMON (Code, Value) | |
Additional Inherited Members | |
![]() | |
const YCPElementRep * | writeCopy () |
![]() | |
const YCPElementRep * | element |
Wrapper for YCPCodeRep This class realizes an automatic memory management via YCPElement. Access the functionality of YCPCodeRep with the arrow operator. See YCPCodeRep.
|
inline |
|
inline |
References str, and YCPCodeRep::YCPCode.
YCPCode::YCPCode | ( | bytecodeistream & | str | ) |
References YCPElement::element, and Bytecode::readCode().
|
private |