Rebasing...

release/4.3a0
Alex Cunningham 2013-06-20 17:08:28 +00:00
parent 90246a4dab
commit f299217cfb
1 changed files with 3 additions and 0 deletions

View File

@ -78,6 +78,9 @@ struct Class {
void deserialization_fragments(FileWriter& proxyFile, FileWriter& wrapperFile,
const std::string& wrapperName, std::vector<std::string>& functionNames) const;
// Creates a static member function that performs deserialization
void deserialization_fragments(FileWriter& proxyFile, FileWriter& wrapperFile, std::vector<std::string>& functionNames) const;
private:
void pointer_constructor_fragments(FileWriter& proxyFile, FileWriter& wrapperFile, const std::string& wrapperName, std::vector<std::string>& functionNames) const;
void comment_fragment(FileWriter& proxyFile) const;