YarpBottleGenerator
 All Classes Files Functions Variables Pages
Public Member Functions | List of all members
CommonBeginningGenerator Class Reference

#include <commonbeginninggenerator.hpp>

Inheritance diagram for CommonBeginningGenerator:
YarpCodeGenerator

Public Member Functions

 CommonBeginningGenerator ()
 
 ~CommonBeginningGenerator ()
 
std::string generateCode ()
 

Detailed Description

Class that generates the text of the include headers and the main function

Definition at line 8 of file commonbeginninggenerator.hpp.

Constructor & Destructor Documentation

CommonBeginningGenerator::CommonBeginningGenerator ( )

Constructor

Definition at line 5 of file commonbeginninggenerator.cpp.

CommonBeginningGenerator::~CommonBeginningGenerator ( )

Destructor

Definition at line 9 of file commonbeginninggenerator.cpp.

Member Function Documentation

std::string CommonBeginningGenerator::generateCode ( )
virtual

Generates the top part of the main file

Returns
String that contains the include headers and main function

Implements YarpCodeGenerator.

Definition at line 13 of file commonbeginninggenerator.cpp.


The documentation for this class was generated from the following files: