#include "YCPValue.h"
#include <y2util/Ustring.h>
#include "ycp/SymbolEntry.h"
Go to the source code of this file.
Classes | |
class | YCPPathRep |
YCPValueRep representing a data path A YCP path describes a subtree in a YCP data structure. Non-leaf-nodes are values of type list and term. A path is a list of path components. A path component is a symbol or a number. More... | |
struct | YCPPathRep::Component |
class | YCPPath |
Wrapper for YCPPathRep This class realizes an automatic memory management via YCPElement. Access the functionality of YCPPathRep with the arrow operator. See YCPPathRep. More... |