|
rippled
|
#include <STObject.h>


Public Types | |
| using | value_type = typename T::value_type |
Public Member Functions | |
| value_type | value () const |
| value_type | operator* () const |
| T const * | operator-> () const |
Protected Member Functions | |
| Proxy (Proxy const &)=default | |
| Proxy (STObject *st, TypedField< T > const *f) | |
| T const * | find () const |
| template<class U > | |
| void | assign (U &&u) |
Protected Attributes | |
| STObject * | st_ |
| SOEStyle | style_ |
| TypedField< T > const * | f_ |
Definition at line 484 of file STObject.h.
| using ripple::STObject::Proxy< T >::value_type = typename T::value_type |
Definition at line 487 of file STObject.h.
|
protecteddefault |
|
protected |
Definition at line 689 of file STObject.h.
| auto ripple::STObject::Proxy< T >::value | ( | ) | const |
Definition at line 707 of file STObject.h.
| auto ripple::STObject::Proxy< T >::operator* | ( | ) | const |
Definition at line 726 of file STObject.h.
| T const * ripple::STObject::Proxy< T >::operator-> | ( | ) | const |
Definition at line 733 of file STObject.h.
|
protected |
Definition at line 740 of file STObject.h.
Definition at line 748 of file STObject.h.
|
protected |
Definition at line 499 of file STObject.h.
|
protected |
Definition at line 500 of file STObject.h.
|
protected |
Definition at line 501 of file STObject.h.