3 #include "rrStringBuilder.h"
14 std::string mDeclSpec;
15 std::string mCallingConvention;
18 CodeBuilder(
const std::string& aStr =
"",
const std::string& decl_spec =
"D_S",
const std::string& call_conv =
"__cdecl");
19 void FormatVariable(
const std::string& type,
const std::string& varName,
const std::string& comment =
"");
20 void AddFunctionExport(
const std::string& retValue,
const std::string& funcProto);
21 void AddFunctionProto(
const std::string& retValue,
const std::string& funcProto);
22 void FormatArray(
const std::string& type,
const std::string& varName,
const int& arraySize,
const std::string& comment =
"");
Definition: rrCodeBuilder.h:9
Definition: rrStringBuilder.h:18