souffle
2.0.2-371-g6315b36
|
Go to the source code of this file.
Data Structures | |
class | souffle::ast::detail::LambdaNodeMapper< Lambda > |
A special NodeMapper wrapping a lambda conducting node transformations. More... | |
Namespaces | |
souffle | |
souffle::ast | |
souffle::ast::detail | |
Functions | |
template<typename Lambda > | |
detail::LambdaNodeMapper< Lambda > | souffle::ast::makeLambdaAstMapper (const Lambda &lambda) |
Creates a node mapper based on a corresponding lambda expression. More... | |