Book a Demo

Author Topic: c++ getters and setters  (Read 2663 times)

SomersetGraham

  • EA User
  • **
  • Posts: 376
  • Karma: +1/-0
    • View Profile
c++ getters and setters
« on: August 23, 2011, 06:47:51 pm »
Hi
I want to generate 'getter and setter' methods for an attribute (this part is easy!)
However, I want the 'getter' to have no prefix and the 'setter' to have a prefix of 'set'.
I can specify the prefixes in the options for c++ but leaving the 'Get Prefix' empty gives a prefix of 'get'.
Does anyone know if this can be achieved?

Thanks

Graham
Using V12