vgenerator.h File Reference
Detailed Description
Class vGenerator.
#include "definitions.h"
#include "exception.h"
#include "rtitypes.h"
#include "symboltable.h"
#include "indexset.h"
#include "nameset.h"
#include "transset.h"
#include "token.h"
#include "tokenreader.h"
#include "tokenwriter.h"
#include <map>
#include <set>
#include <sstream>
#include <cstdlib>
#include <cassert>
|
Namespaces |
namespace | faudes |
Classes |
class | faudes::vGenerator |
| Base class of all FAUDES generators. More...
|
Typedefs |
typedef vGenerator | faudes::Generator |
| Plain generator, api typedef for generator with no attributes.
|
Functions |
void | faudes::IsAccessible (const vGenerator &rGen, bool &rRes) |
| IsAccessible wrapper function for convenient access via the run-time interface.
|
void | faudes::IsCoaccessible (const vGenerator &rGen, bool &rRes) |
| IsCoaccessible wrapper function for convenient access via the run-time interface.
|
void | faudes::IsTrim (const vGenerator &rGen, bool &rRes) |
| IsTrim wrapper function for convenient access via the run-time interface.
|
void | faudes::IsDeterministic (const vGenerator &rGen, bool &rRes) |
| IsDeterministic wrapper function for convenient access via the run-time interface.
|
void | faudes::Accessible (vGenerator &rGen) |
| Accessible wrapper function for convenient access via the run-time interface.
|
void | faudes::Accessible (const vGenerator &rGen, vGenerator &rRes) |
void | faudes::Coaccessible (vGenerator &rGen) |
| Coaccessible wrapper function for convenient access via the run-time interface.
|
void | faudes::Coaccessible (const vGenerator &rGen, vGenerator &rRes) |
void | faudes::Trim (vGenerator &rGen) |
| Trim wrapper function for convenient access via the run-time interface.
|
void | faudes::Trim (const vGenerator &rGen, vGenerator &rRes) |