1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2024-05-19 04:12:43 +00:00
harbour-sailfin/core/codegen/loader_types_header_getters_setters.hbs

8 lines
161 B
Handlebars
Raw Normal View History

2021-03-24 19:04:03 +00:00
/**
* @brief {{description}}
*/
{{typeNameWithQualifiers}} {{name}}() const;
void set{{writeName}}({{typeNameWithQualifiers}} new{{writeName}}) const;