souffle
2.0.2-371-g6315b36
|
#include "ast/Component.h"
#include "ast/QualifiedName.h"
#include "ast/TranslationUnit.h"
#include "ast/analysis/Analysis.h"
#include <map>
#include <set>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
Data Structures | |
class | souffle::ast::analysis::ComponentLookupAnalysis |
class | souffle::ast::analysis::TypeBinding |
Class that encapsulates std::map of types binding that comes from .init c = Comp<MyType> Type binding in this example would be T->MyType if the component code is .comp Comp<T> ... More... | |
Namespaces | |
souffle | |
souffle::ast | |
souffle::ast::analysis | |