|
rippled
|


Public Member Functions | |
| ValueProxy (ValueProxy const &)=default | |
| ValueProxy & | operator= (ValueProxy const &)=delete |
| template<class U > | |
| std::enable_if_t< std::is_assignable_v< T, U >, ValueProxy & > | operator= (U &&u) |
| operator value_type () const | |
| template<class U > | |
| std::enable_if_t< std::is_assignable_v< T, U >, STObject::ValueProxy< T > & > | operator= (U &&u) |
Private Types | |
| using | value_type = typename T::value_type |
Private Member Functions | |
| ValueProxy (STObject *st, TypedField< T > const *f) | |
| value_type | value () const |
| T const * | find () const |
| template<class U > | |
| void | assign (U &&u) |
Private Attributes | |
| STObject * | st_ |
| SOEStyle | style_ |
| TypedField< T > const * | f_ |
Friends | |
| class | STObject |
Definition at line 78 of file STObject.h.
|
private |
Definition at line 81 of file STObject.h.
|
default |
|
private |
Definition at line 809 of file STObject.h.
|
delete |
| std::enable_if_t<std::is_assignable_v<T, U>, ValueProxy&> ripple::STObject::ValueProxy< T >::operator= | ( | U && | u | ) |
| ripple::STObject::ValueProxy< T >::operator value_type | ( | ) | const |
Definition at line 803 of file STObject.h.
| std::enable_if_t<std::is_assignable_v<T, U>, STObject::ValueProxy<T>&> ripple::STObject::ValueProxy< T >::operator= | ( | U && | u | ) |
Definition at line 796 of file STObject.h.
|
protectedinherited |
Definition at line 754 of file STObject.h.
|
protectedinherited |
Definition at line 767 of file STObject.h.
|
protectedinherited |
Definition at line 775 of file STObject.h.
|
friend |
Definition at line 95 of file STObject.h.
|
protectedinherited |
Definition at line 61 of file STObject.h.
|
protectedinherited |
Definition at line 62 of file STObject.h.
|
protectedinherited |
Definition at line 63 of file STObject.h.
1.8.17