|
GENIE
|
#include <string>#include <memory>#include <vector>#include <utility>#include <genie/original/interface.h>#include "types.h"#include "config.h"Go to the source code of this file.
Classes | |
| class | genie::ExecutionPolicy |
| ExecutionPolicy class is the interface for building table, building query, and matching. More... | |
Namespaces | |
| genie | |
| This is the top-level namespace of the project. | |
Functions | |
| std::shared_ptr< ExecutionPolicy > | genie::MakePolicy (const Config &config) |
| Builds and returns a policy according to the configurations. More... | |