| 
    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 493 of file STObject.h.
| using ripple::STObject::Proxy< T >::value_type = typename T::value_type | 
Definition at line 496 of file STObject.h.
      
  | 
  protecteddefault | 
      
  | 
  protected | 
Definition at line 698 of file STObject.h.
| auto ripple::STObject::Proxy< T >::value | ( | ) | const | 
Definition at line 716 of file STObject.h.
| auto ripple::STObject::Proxy< T >::operator* | ( | ) | const | 
Definition at line 735 of file STObject.h.
| T const * ripple::STObject::Proxy< T >::operator-> | ( | ) | const | 
Definition at line 742 of file STObject.h.
      
  | 
  protected | 
Definition at line 749 of file STObject.h.
Definition at line 757 of file STObject.h.
      
  | 
  protected | 
Definition at line 508 of file STObject.h.
      
  | 
  protected | 
Definition at line 509 of file STObject.h.
      
  | 
  protected | 
Definition at line 510 of file STObject.h.