1 #ifndef NM_DEFAULTSGENERATOR_HPP
2 #define NM_DEFAULTSGENERATOR_HPP
17 virtual void generateDefaults(
InlineGenerator &gen, std::ostream &out) = 0;
23 #endif // NM_DEFAULTSGENERATOR_HPP
Generates the definitions and default values module inputs.
Definition: defaultsgenerator.hpp:14
Abstract base class for code generators.
Definition: inlinegenerator.hpp:34