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

#include <cmakefilegenerator.hpp>

Inheritance diagram for CMakeFileGenerator:
YarpCodeGenerator

Public Member Functions

 CMakeFileGenerator ()
 
 ~CMakeFileGenerator ()
 
std::string generateCode ()
 

Public Attributes

std::string cpp_file_name
 

Detailed Description

Class that generates the text of the CMakeLists.txt file

Definition at line 9 of file cmakefilegenerator.hpp.

Constructor & Destructor Documentation

CMakeFileGenerator::CMakeFileGenerator ( )

Constructor

Definition at line 6 of file cmakefilegenerator.cpp.

CMakeFileGenerator::~CMakeFileGenerator ( )

Destructor

Definition at line 10 of file cmakefilegenerator.cpp.

Member Function Documentation

std::string CMakeFileGenerator::generateCode ( )
virtual

Generates the CMakeLists.txt

Returns
String that contains the cmake script

Implements YarpCodeGenerator.

Definition at line 14 of file cmakefilegenerator.cpp.


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