yast2-core
|
Wrapper for YCPPathRep This class realizes an automatic memory management via YCPElement. Access the functionality of YCPPathRep with the arrow operator. See YCPPathRep. More...
#include <YCPPath.h>
Public Member Functions | |
YCPPath () | |
YCPPath (const char *r) | |
YCPPath (string s) | |
YCPPath (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 (Path, Value) | |
Additional Inherited Members | |
![]() | |
const YCPElementRep * | writeCopy () |
![]() | |
const YCPElementRep * | element |
Wrapper for YCPPathRep This class realizes an automatic memory management via YCPElement. Access the functionality of YCPPathRep with the arrow operator. See YCPPathRep.
|
inline |
|
inline |
|
inline |
References str, and YCPPathRep::YCPPath.
YCPPath::YCPPath | ( | bytecodeistream & | str | ) |
References YCPPathRep::append(), YCPElement::element, and Bytecode::readInt32().
|
private |