|
|
LR machine.
More...
#include "corefaudes.h"
#include "pd_gotoattributes.h"
#include "pd_parser.h"
Go to the source code of this file.
Namespaces |
| namespace | faudes |
| | libFAUDES resides within the namespace faudes.
|
Macros |
| #define | THISGOTO TgotoGenerator<GlobalAttr, StateAttr, EventAttr, TransAttr> |
| #define | BASEGOTO TaGenerator<GlobalAttr, StateAttr, EventAttr, TransAttr> |
| #define | TEMPGOTO template <class GlobalAttr, class StateAttr, class EventAttr, class TransAttr> |
Typedefs |
typedef TgotoGenerator
< AttributeVoid,
AttributeGotoState,
AttributeVoid,
AttributeGotoTransition > | faudes::GotoGenerator |
| | Convenience typedef for std GotoGenerator.
|
Detailed Description
LR machine.
Definition in file pd_gotogenerator.h.
Macro Definition Documentation
| #define BASEGOTO TaGenerator<GlobalAttr, StateAttr, EventAttr, TransAttr> |
| #define TEMPGOTO template <class GlobalAttr, class StateAttr, class EventAttr, class TransAttr> |
| #define THISGOTO TgotoGenerator<GlobalAttr, StateAttr, EventAttr, TransAttr> |
libFAUDES 2.28c
--- 2016.09.30
--- c++ api documentaion by doxygen
|