|
pd_gotogenerator.h File Reference
LR machine.
More...
#include "corefaudes.h"
#include "pd_gotoattributes.h"
#include "pd_parser.h"
Go to the source code of this file.
Classes |
class | faudes::GotoMachine |
| Simple generator for parsing with goto tables. More...
|
class | faudes::TgotoGenerator< GlobalAttr, StateAttr, EventAttr, TransAttr > |
| Generator for parsing with goto tables. More...
|
Namespaces |
namespace | faudes |
| libFAUDES resides within the namespace faudes.
|
Defines |
#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.
Define 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.23h
--- 2014.04.03
--- c++ api documentaion by doxygen
|