1 #ifndef DATACONVERTER_GENERATOR_HPP
2 #define DATACONVERTER_GENERATOR_HPP
4 #include "yarpcodegenerator.hpp"
16 std::vector<std::string> getFunction();
18 std::vector<bool> getVerbose();
20 void addConverterFunction(std::string
function);
22 void addConverterVerbose(
bool verbose);
24 std::string getConverterFunction(
int converterIndex);
26 bool getConverterVerbose(
int converterIndex);
37 #endif //DATACONVERTER_GENERATOR_HPP
std::vector< bool > verbose_
std::string generateCode()
std::string functionToString(int converterIndex)
std::vector< std::string > function_