|
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 29 of file SOTemplate.h.
Definition at line 51 of file SOTemplate.h.
| ripple::SOElement::SOElement | ( | TypedField< T > const & | fieldName, |
| SOEStyle | style, | ||
| SOETxMPTIssue | supportMpt = soeMPTNotSupported |
||
| ) |
Definition at line 59 of file SOTemplate.h.
|
private |
Definition at line 38 of file SOTemplate.h.
| SField const & ripple::SOElement::sField | ( | ) | const |
Definition at line 69 of file SOTemplate.h.
| SOEStyle ripple::SOElement::style | ( | ) | const |
Definition at line 75 of file SOTemplate.h.
| SOETxMPTIssue ripple::SOElement::supportMPT | ( | ) | const |
Definition at line 81 of file SOTemplate.h.
|
private |
Definition at line 32 of file SOTemplate.h.
|
private |
Definition at line 33 of file SOTemplate.h.
|
private |
Definition at line 34 of file SOTemplate.h.