25 #include <momemta/ModuleDef.h> 45 namespace registration {
52 template <
typename ModuleType>
135 std::string name()
const;
140 std::vector<std::string> attrs;
141 std::vector<std::string> inputs;
142 std::vector<std::string> outputs;
Parent class for all the modules.
A class encapsulating a lua table.
ModuleDef module_def
Definition of the module (inputs, outputs, attributes, ...)