3 #ifndef GCP_UTIL_IDLGENERATOR_H
4 #define GCP_UTIL_IDLGENERATOR_H
33 void setOutputPrefix(std::string prefix);
34 void setOutputCcSuffix(std::string suffix);
41 void outputHeaderFile();
42 void outputLoadFile();
49 std::string outputPrefix_;
50 std::string outputCcSuffix_;
53 std::string caps(std::string inp);
55 std::string sourceFileName_;
56 std::string sourceFilePrefix_;
59 std::vector<std::string> functions_;
60 std::vector<std::string> procedures_;
61 std::vector<std::string> procRetVals_;
70 #endif // End #ifndef GCP_UTIL_IDLGENERATOR_H
virtual ~IdlGenerator()
Definition: IdlGenerator.cc:80
Definition: IdlGenerator.h:24
IdlGenerator(std::string fileName)
Definition: IdlGenerator.cc:21