|
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 49 of file SOTemplate.h.
Definition at line 71 of file SOTemplate.h.
| ripple::SOElement::SOElement | ( | TypedField< T > const & | fieldName, |
| SOEStyle | style, | ||
| SOETxMPTIssue | supportMpt = soeMPTNotSupported |
||
| ) |
Definition at line 79 of file SOTemplate.h.
|
private |
Definition at line 58 of file SOTemplate.h.
| SField const & ripple::SOElement::sField | ( | ) | const |
Definition at line 89 of file SOTemplate.h.
| SOEStyle ripple::SOElement::style | ( | ) | const |
Definition at line 95 of file SOTemplate.h.
| SOETxMPTIssue ripple::SOElement::supportMPT | ( | ) | const |
Definition at line 101 of file SOTemplate.h.
|
private |
Definition at line 52 of file SOTemplate.h.
|
private |
Definition at line 53 of file SOTemplate.h.
|
private |
Definition at line 54 of file SOTemplate.h.