公開変数類 | |
| Accessor< int > | Num { &num } |
| ReadOnly< std::string > | Text { &text } |
| WriteOnly< float > | NumF { &numF } |
| CustomAccessor< int > | Score |
非公開変数類 | |
| int | num |
| std::string | text |
| float | numF |
| int | score |
|
private |
|
private |
|
private |
|
private |
| CustomAccessor<int> MyClass::Score |