Getter/Setter Macro입니다.
코드에 하나씩 (1) 선언 (2) Get (2) Set Method를 작성할 필요가 없게 되며, 필요시 구분하여 사용하여 시간을 절약할 수 있습니다.

감사합니다.

The follow codes are the example macro of getter/setter. This code can auto-generate (1) defintion (2) getter method (2) setter method once at all and you can save you time :)

Thank you very much.

1) Make a Header File as follows


2) Sample Code

2.1) Sample Header

2.2) Sample Code


Posted by kkckc
,