Getters/setters generator
    Iakh via Digitalmars-d-announce 
    digitalmars-d-announce at puremagic.com
       
    Sat Dec 10 08:37:53 PST 2016
    
    
  
On Friday, 9 December 2016 at 16:30:55 UTC, Eugene Wissner wrote:
> On Friday, 9 December 2016 at 12:37:58 UTC, Iakh wrote:
>>
>> Is there possibility to remove affixes in generated accessor 
>> names?
>
> No, there is no way to manipulate the accessor names. What 
> affixes do you mean?
You can remove suffix "_" so "name_" becomes "name". But I like
to see genarated accessors "name" for field "m_name"
    
    
More information about the Digitalmars-d-announce
mailing list