|
yast2-core
|
Wrapper for YCPStringRep This class realizes an automatic memory management via YCPElement. Access the functionality of YCPStringRep with the arrow operator. See YCPStringRep. More...
#include <YCPString.h>
Public Member Functions | |
| YCPString (const string &s) | |
| YCPString (const wstring &s) | |
| YCPString (bytecodeistream &str) | |
| bool | isEmpty () const |
Public Member Functions inherited from YCPValue | |
| YCPValue () | |
Public Member Functions inherited from YCPElement | |
| 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 (String, Value) | |
Additional Inherited Members | |
Protected Member Functions inherited from YCPElement | |
| const YCPElementRep * | writeCopy () |
Protected Attributes inherited from YCPElement | |
| const YCPElementRep * | element |
Wrapper for YCPStringRep This class realizes an automatic memory management via YCPElement. Access the functionality of YCPStringRep with the arrow operator. See YCPStringRep.
|
inline |
|
inline |
| YCPString::YCPString | ( | bytecodeistream & | str | ) |
|
private |
|
inline |
References CONST_ELEMENT.
Referenced by s_isempty().
1.8.6