|
pushdown generator class TpdGenerator
More...
#include "corefaudes.h"
#include "pd_attributes.h"
#include "pd_grammar.h"
Go to the source code of this file.
Namespaces |
namespace | faudes |
| libFAUDES resides within the namespace faudes.
|
Macros |
#define | FAUDES_DEBUG_GENERATOR |
#define | FAUDES_DEBUG_CONTAINER |
#define | THIS TpdGenerator<GlobalAttr, StateAttr, EventAttr, TransAttr> |
#define | BASE TcGenerator<GlobalAttr, StateAttr, EventAttr, TransAttr> |
#define | TEMP template <class GlobalAttr, class StateAttr, class EventAttr, class TransAttr> |
Typedefs |
typedef TpdGenerator
< AttributePushdownGlobal,
AttributePushdownState,
AttributeCFlags,
AttributePushdownTransition > | faudes::PushdownGenerator |
| Convenience typedef for std PushdownGenerator.
|
typedef TaTransSet
< AttributePushdownTransition > | faudes::PdTransSet |
Detailed Description
pushdown generator class TpdGenerator
Definition in file pd_pdgenerator.h.
Macro Definition Documentation
#define BASE TcGenerator<GlobalAttr, StateAttr, EventAttr, TransAttr> |
#define FAUDES_DEBUG_CONTAINER |
#define FAUDES_DEBUG_GENERATOR |
#define TEMP template <class GlobalAttr, class StateAttr, class EventAttr, class TransAttr> |
#define THIS TpdGenerator<GlobalAttr, StateAttr, EventAttr, TransAttr> |
libFAUDES 2.24g
--- 2014.09.15
--- c++ api documentaion by doxygen
|