|
Pol
Revision:cb584c9
|
#include <property.h>
Public Member Functions | |
| Property (T x) | |
| Property () | |
| T | operator() () const |
| T | operator() (const T newValue) |
| T | unsafe () const |
Private Attributes | |
| T | _value |
Definition at line 89 of file property.h.
|
inline |
Definition at line 95 of file property.h.
Definition at line 96 of file property.h.
|
inline |
Definition at line 105 of file property.h.
|
inline |
Definition at line 106 of file property.h.
|
inline |
Definition at line 113 of file property.h.
|
private |
Definition at line 92 of file property.h.