MarkOates / blast

0 stars 0 forks source link

Add Namespaces to CppClassGenerator #5

Closed MarkOates closed 6 years ago

MarkOates commented 6 years ago

Namespaces

Until this PR, generated class can only exist in the global scope. However, most classes and projects should be scoped to a namespace. This PR enables that by adding a std::vector<std::string> namespaces parameter to the CppClassGenerator, and formats the output accordingly.