#include "YCPValue.h"
#include <y2util/MemUsage.h>
#include <iosfwd>
#include <string>
#include <vector>
#include <map>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
Go to the source code of this file.
Classes | |
class | YCPBooleanRep |
YCPValueRep representing a boolean value. More... | |
class | YCPBoolean |
Wrapper for YCPBooleanRep This class realizes an automatic memory management via YCPElement. Access the functionality of YCPBooleanRep with the arrow operator. See YCPBooleanRep. More... |