Public Member Functions | |
| int | getI () |
| void | setI (int _i) |
This class is an example of final class. It has only one member : integer i.
This class is final.
| int final::getI | ( | ) | [inline] |
Get i
| void final::setI | ( | int | _i | ) | [inline] |
Set i to the parameter _i
| _i | the new value of i |
1.6.1