|
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 |
| Do not use operator->() unless the field is required, or you've checked that it's set. | |
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 477 of file STObject.h.
| using xrpl::STObject::Proxy< T >::value_type = typename T::value_type |
Definition at line 480 of file STObject.h.
|
protecteddefault |
|
protected |
Definition at line 703 of file STObject.h.
| auto xrpl::STObject::Proxy< T >::value | ( | ) | const |
Definition at line 720 of file STObject.h.
| auto xrpl::STObject::Proxy< T >::operator* | ( | ) | const |
Definition at line 738 of file STObject.h.
| T const * xrpl::STObject::Proxy< T >::operator-> | ( | ) | const |
Do not use operator->() unless the field is required, or you've checked that it's set.
Definition at line 747 of file STObject.h.
|
protected |
Definition at line 754 of file STObject.h.
Definition at line 762 of file STObject.h.
|
protected |
Definition at line 494 of file STObject.h.
|
protected |
Definition at line 495 of file STObject.h.
|
protected |
Definition at line 496 of file STObject.h.