robotpy / robotpy-cppheaderparser

DEPRECATED: use cxxheaderparser instead
Other
123 stars 39 forks source link

[issue 13] Enhancement : add default flag for default constructor or … #15

Closed FreeYourSoul closed 5 years ago

FreeYourSoul commented 5 years ago

Add flag for default constructor/destructor If the constructor or destructor is set as default, it also change the flag "defined" (as a default constructor is basically explicitly defined)

virtuald commented 5 years ago

Looks great, thanks!