Simplified struct setter functions on a union.

This commit is contained in:
asuessenbach
2020-07-06 14:52:22 +02:00
parent 44ce354d8f
commit b06457a74b
3 changed files with 451 additions and 457 deletions

View File

@@ -484,7 +484,6 @@ private:
std::string const & prefix ) const;
void appendStructSetter( std::string & str,
std::string const & structureName,
bool isUnion,
std::vector<MemberData> const & memberData,
size_t index ) const;
void appendStructSubConstructor( std::string & str,