Public Types | |
| using | OptionalEnumValue = OptionalImpl< EnumType > |
| using | OptionalEnumValue = OptionalImpl< EnumType > |
Public Member Functions | |
| OptionalProperties () | |
| ~OptionalProperties () | |
| OptionalEnumValue & | access_by_ref () |
| OptionalEnumValue | access_by_copy () |
| OptionalProperties () | |
| ~OptionalProperties () | |
| OptionalEnumValue & | access_by_ref () |
| OptionalEnumValue | access_by_copy () |
Private Attributes | |
| OptionalEnumValue | value |
Definition at line 95 of file test_stl.cpp.
| using OptionalProperties< OptionalImpl >::OptionalEnumValue = OptionalImpl<EnumType> |
Definition at line 97 of file test_stl.cpp.
| using OptionalProperties< OptionalImpl >::OptionalEnumValue = OptionalImpl<EnumType> |
Definition at line 98 of file test_stl.cpp.
|
inline |
Definition at line 99 of file test_stl.cpp.
|
inline |
Definition at line 100 of file test_stl.cpp.
References OptionalProperties< OptionalImpl >::value.
|
inline |
Definition at line 100 of file test_stl.cpp.
|
inline |
Definition at line 101 of file test_stl.cpp.
References OptionalProperties< OptionalImpl >::value.
|
inline |
Definition at line 108 of file test_stl.cpp.
References OptionalProperties< OptionalImpl >::value.
|
inline |
Definition at line 109 of file test_stl.cpp.
References OptionalProperties< OptionalImpl >::value.
|
inline |
Definition at line 107 of file test_stl.cpp.
References OptionalProperties< OptionalImpl >::value.
|
inline |
Definition at line 108 of file test_stl.cpp.
References OptionalProperties< OptionalImpl >::value.
|
private |
Definition at line 111 of file test_stl.cpp.
Referenced by OptionalProperties< OptionalImpl >::access_by_copy(), OptionalProperties< OptionalImpl >::access_by_ref(), and OptionalProperties< OptionalImpl >::~OptionalProperties().