#include "YCPValue.h"
#include <y2util/Ustring.h>
Go to the source code of this file.
Classes | |
class | YCPStringRep |
YCPValueRep representing a character string of arbitrary length. Whatever internal representation is choosen: It should be possible to switch to 16 bit Unicode strings, when neccessary. More... | |
class | YCPString |
Wrapper for YCPStringRep This class realizes an automatic memory management via YCPElement. Access the functionality of YCPStringRep with the arrow operator. See YCPStringRep. More... | |
Defines | |
#define | CONST_ELEMENT (static_cast<const YCPStringRep*>(element)) |
#define CONST_ELEMENT (static_cast<const YCPStringRep*>(element)) |