#include <commonbeginninggenerator.hpp>
Public Member Functions | |
CommonBeginningGenerator () | |
~CommonBeginningGenerator () | |
std::string | generateCode () |
Class that generates the text of the include headers and the main function
Definition at line 8 of file commonbeginninggenerator.hpp.
CommonBeginningGenerator::CommonBeginningGenerator | ( | ) |
Constructor
Definition at line 5 of file commonbeginninggenerator.cpp.
CommonBeginningGenerator::~CommonBeginningGenerator | ( | ) |
Destructor
Definition at line 9 of file commonbeginninggenerator.cpp.
|
virtual |
Generates the top part of the main file
Implements YarpCodeGenerator.
Definition at line 13 of file commonbeginninggenerator.cpp.