Go to the documentation of this file.
11 #ifndef FAUDES_PD_BASICS_H
12 #define FAUDES_PD_BASICS_H
18 #if __cplusplus < 201103L
23 #define FAUDES_PD_LAMBDA "lambda"
24 #define FAUDES_PD_STACK_BOTTOM "bottom"
78 StackSymbolSet( const std::string& rFilename, const std::string& rLabel = "StackSymbols");
153 const std::string& Symbol() const { return mSymbol;}
178 void Write( TokenWriter& tw, const std::string& rLabel) const;
216 bool IsLambda() const;
223 std::string ToString() const;
libFAUDES 2.28c
--- 2016.09.30
--- c++ api documentaion by doxygen
|