#include <PropertyProxy.h>
Public Types | |
| enum | UsageType { UT_INDEX, UT_KEY } |
Public Member Functions | |
| PropertyValueProxy (PropertyBase *prop, size_t index) | |
| PropertyValueProxy (PropertyBase *prop, const String &key) | |
| PropertyValueProxy (const PropertyValueProxy &rhs) | |
| PropertyValueProxy & | operator= (const PropertyProxy &rhs) |
| PropertyValueProxy & | operator= (const PropertyValueProxy &rhs) |
| PropertyValueProxy & | operator= (const Variable &rhs) |
| template<class T, class U> | |
| PropertyValueProxy & | operator= (const Local< T, U > &rhs) |
| template<class T> | |
| PropertyValueProxy & | operator= (T t) |
| String | _toString () const |
| Any | _toAny () const |
| template<class T> | |
| operator T () const | |
| Variable | var () const |
Friends | |
| class | PropertyProxy |
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6-NO