Support structs holding arrays of data, where the data size is given by a pointer-type.
In that case, no improved constructor and no improved setters are generated. Plus some minor cleanup.
This commit is contained in:
@@ -935,6 +935,7 @@ private:
|
||||
size_t returnParam,
|
||||
std::string const & returnParamType,
|
||||
std::set<size_t> const & templatedParams ) const;
|
||||
bool hasLen( std::vector<MemberData> const & members, MemberData const & md ) const;
|
||||
bool hasParentHandle( std::string const & handle, std::string const & parent ) const;
|
||||
bool isDeviceCommand( CommandData const & commandData ) const;
|
||||
bool isHandleType( std::string const & type ) const;
|
||||
|
||||
Reference in New Issue
Block a user