souffle  2.0.2-371-g6315b36
souffle::ram::transform::MetaTransformer Class Reference

@Class MetaTransformer @Brief Abstract class to identifier meta transformer More...

#include <Meta.h>

Inheritance diagram for souffle::ram::transform::MetaTransformer:
Inheritance graph
Collaboration diagram for souffle::ram::transform::MetaTransformer:
Collaboration graph

Additional Inherited Members

- Public Member Functions inherited from souffle::ram::transform::Transformer
bool apply (TranslationUnit &translationUnit)
 @Brief apply the transformer to a translation unit @Param translationUnit that will be transformed. More...
 
virtual std::string getName () const =0
 @Brief get name of the transformer More...
 
virtual ~Transformer ()=default
 
- Protected Member Functions inherited from souffle::ram::transform::Transformer
virtual bool transform (TranslationUnit &translationUnit)=0
 @Brief transform the translation unit / used by apply @Param translationUnit that will be transformed. More...
 

Detailed Description

@Class MetaTransformer @Brief Abstract class to identifier meta transformer

Definition at line 33 of file Meta.h.


The documentation for this class was generated from the following file: