|
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 488 of file STObject.h.
| using ripple::STObject::Proxy< T >::value_type = typename T::value_type |
Definition at line 491 of file STObject.h.
|
protecteddefault |
|
protected |
Definition at line 693 of file STObject.h.
| auto ripple::STObject::Proxy< T >::value | ( | ) | const |
Definition at line 711 of file STObject.h.
| auto ripple::STObject::Proxy< T >::operator* | ( | ) | const |
Definition at line 730 of file STObject.h.
| T const * ripple::STObject::Proxy< T >::operator-> | ( | ) | const |
Definition at line 737 of file STObject.h.
|
protected |
Definition at line 744 of file STObject.h.
Definition at line 752 of file STObject.h.
|
protected |
Definition at line 503 of file STObject.h.
|
protected |
Definition at line 504 of file STObject.h.
|
protected |
Definition at line 505 of file STObject.h.