#include <yarpcodegenerator.hpp>
Public Member Functions | |
virtual std::string | generateCode ()=0 |
Interface that represents which will be implemented by all the code generating classes
Definition at line 6 of file yarpcodegenerator.hpp.
|
pure virtual |
Method that implements the code generation
Implemented in PortMuxGenerator, BottleCreatorGenerator, ChildGenerator, DataConverterGenerator, CMakeFileGenerator, CommonBeginningGenerator, and CommonEndGenerator.