#include "ycp/YCPValue.h"
#include "ycp/YCode.h"
#include "ycp/SymbolEntry.h"
Go to the source code of this file.
Classes | |
class | YCPCodeRep |
Wrapper for YCode as YCPValue. More... | |
class | YCPCode |
Wrapper for YCPCodeRep This class realizes an automatic memory management via YCPElement. Access the functionality of YCPCodeRep with the arrow operator. See YCPCodeRep. More... | |
class | YCPBreakRep |
Wrapper for Break as YCPValue. More... | |
class | YCPBreak |
Wrapper for YCPBreakRep This class realizes an automatic memory management via YCPElement. Access the functionality of YCPBreakRep with the arrow operator. See YCPBreakRep. More... | |
class | YCPReturnRep |
Wrapper for Return as YCPValue. More... | |
class | YCPReturn |
Wrapper for YCPReturnRep This class realizes an automatic memory management via YCPElement. Access the functionality of YCPReturnRep with the arrow operator. See YCPReturnRep. More... | |
class | YCPEntryRep |
Wrapper for SymbolEntry as YCPValue. More... | |
class | YCPEntry |
Wrapper for YCPEntryRep This class realizes an automatic memory management via YCPElement. Access the functionality of YCPEntryRep with the arrow operator. See YCPEntryRep. More... | |
class | YCPReferenceRep |
Wrapper for a reference to a SymbolEntry as YCPValue. More... | |
class | YCPReference |
Wrapper for YCPReferenceRep This class realizes an automatic memory management via YCPElement. Access the functionality of YCPReferenceRep with the arrow operator. See YCPReferenceRep. More... |