| 
    rippled
    
   | 
 
An element in a SOTemplate. More...
#include <SOTemplate.h>

Public Member Functions | |
| SOElement (SField const &fieldName, SOEStyle style) | |
| template<typename T >  requires (std::is_same_v<T, STAmount> || std::is_same_v<T, STIssue>)  | |
| SOElement (TypedField< T > const &fieldName, SOEStyle style, SOETxMPTIssue supportMpt=soeMPTNotSupported) | |
| SField const & | sField () const | 
| SOEStyle | style () const | 
| SOETxMPTIssue | supportMPT () const | 
Private Member Functions | |
| void | init (SField const &fieldName) const | 
Private Attributes | |
| std::reference_wrapper< SField const > | sField_ | 
| SOEStyle | style_ | 
| SOETxMPTIssue | supportMpt_ = soeMPTNone | 
An element in a SOTemplate.
Definition at line 48 of file SOTemplate.h.
Definition at line 70 of file SOTemplate.h.
| ripple::SOElement::SOElement | ( | TypedField< T > const & | fieldName, | 
| SOEStyle | style, | ||
| SOETxMPTIssue | supportMpt = soeMPTNotSupported  | 
        ||
| ) | 
Definition at line 78 of file SOTemplate.h.
      
  | 
  private | 
Definition at line 57 of file SOTemplate.h.
| SField const & ripple::SOElement::sField | ( | ) | const | 
Definition at line 88 of file SOTemplate.h.
| SOEStyle ripple::SOElement::style | ( | ) | const | 
Definition at line 94 of file SOTemplate.h.
| SOETxMPTIssue ripple::SOElement::supportMPT | ( | ) | const | 
Definition at line 100 of file SOTemplate.h.
      
  | 
  private | 
Definition at line 51 of file SOTemplate.h.
      
  | 
  private | 
Definition at line 52 of file SOTemplate.h.
      
  | 
  private | 
Definition at line 53 of file SOTemplate.h.