diag_generator.h File Reference
Detailed Description
Structure of diagnosers and methods to handle them.
Definition in file diag_generator.h.
#include "corefaudes.h"
#include "attributes.h"
#include "cgenerator.h"
#include "symboltable.h"
#include "tokenreader.h"
#include "tokenwriter.h"
#include "diag_attrdiagstate.h"
#include "diag_attrfailuretypes.h"
#include "diag_attrfailureevents.h"
#include "diag_debug.h"
Go to the source code of this file.
|
Namespaces |
namespace | faudes |
Classes |
class | faudes::TdiagGenerator< GlobalAttr, StateAttr, EventAttr, TransAttr > |
| Provides the structure and methods to build and handle diagnosers. More...
|
Defines |
#define | THIS TdiagGenerator<GlobalAttr, StateAttr, EventAttr, TransAttr> |
#define | BASE TcGenerator<GlobalAttr, StateAttr, EventAttr, TransAttr> |
#define | TEMP template<class GlobalAttr, class StateAttr, class EventAttr, class TransAttr> |
Typedefs |
typedef TdiagGenerator
< AttributeFailureTypeMap,
AttributeDiagnoserState,
AttributeCFlags, AttributeVoid > | faudes::diagGenerator |
Define Documentation
#define BASE TcGenerator<GlobalAttr, StateAttr, EventAttr, TransAttr> |
#define TEMP template<class GlobalAttr, class StateAttr, class EventAttr, class TransAttr> |
#define THIS TdiagGenerator<GlobalAttr, StateAttr, EventAttr, TransAttr> |