12988Fermer12990
squalylLe 16/03/2017 à 13:16
fais une macro tongue

#define DEFINE_GETTER_FOR(field,type) inline type get##field(void) { return this->field; }
voire je crois en 2011
#define DEFINE_GETTER_FOR(field) inline auto get##field(void) { return this->field; }

sinon a force d'avoir des trucs qui autoécrivent du code on oubliera comment coder embarrassed