Public Types | |
| using | OptionalEnumValue = OptionalImpl< EnumType > |
Public Member Functions | |
| OptionalEnumValue | access_by_copy () |
| OptionalEnumValue & | access_by_ref () |
| OptionalProperties () | |
| ~OptionalProperties () | |
Private Attributes | |
| OptionalEnumValue | value |
Definition at line 96 of file test_stl.cpp.
| using OptionalProperties< OptionalImpl >::OptionalEnumValue = OptionalImpl<EnumType> |
Definition at line 98 of file test_stl.cpp.
|
inline |
Definition at line 100 of file test_stl.cpp.
|
inline |
Definition at line 101 of file test_stl.cpp.
|
inline |
Definition at line 109 of file test_stl.cpp.
|
inline |
Definition at line 108 of file test_stl.cpp.
|
private |
Definition at line 112 of file test_stl.cpp.