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:
asuessenbach
2022-10-24 10:39:19 +02:00
parent 429c4c522c
commit 1ab5fa6550
3 changed files with 27 additions and 22 deletions

View File

@@ -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;