

constructor with default value assignment
Note:
| ~Prop1 | ( | ) | [inline] |
destructor
| static T& get | ( | PSet1 & | X, | |
| int | num, | |||
| const T & | value | |||
| ) | [inline, static] |
get a property and assign a default value
Note:
| static T& get | ( | PSet1 & | X, | |
| int | num | |||
| ) | [inline, static] |
| operator T & | ( | ) | [inline] |
cast to value (non constant version)
the return value may be used as a lvalue
| operator const T & | ( | ) | const [inline] |
cast to value (constant version)
| T& operator() | ( | ) | [inline] |
access to value (non constant version)
the return value may be used as a lvalue
| const T& operator() | ( | ) | const [inline] |
access to value (constant version)
T& ref [private] |
1.5.4