|
rippled
|


Public Types | |
| using | value_type = AccountID |
Public Member Functions | |
| STAccount () | |
| STAccount (SField const &n) | |
| STAccount (SField const &n, Buffer &&v) | |
| STAccount (SerialIter &sit, SField const &name) | |
| STAccount (SField const &n, AccountID const &v) | |
| STBase * | copy (std::size_t n, void *buf) const override |
| STBase * | move (std::size_t n, void *buf) override |
| SerializedTypeID | getSType () const override |
| std::string | getText () const override |
| void | add (Serializer &s) const override |
| bool | isEquivalent (const STBase &t) const override |
| bool | isDefault () const override |
| STAccount & | operator= (AccountID const &value) |
| AccountID | value () const noexcept |
| void | setValue (AccountID const &v) |
| bool | operator== (const STBase &t) const |
| bool | operator!= (const STBase &t) const |
| template<class D > | |
| D & | downcast () |
| template<class D > | |
| D const & | downcast () const |
| virtual std::string | getFullText () const |
| virtual Json::Value | getJson (JsonOptions) const |
| void | setFName (SField const &n) |
| A STBase is a field. More... | |
| SField const & | getFName () const |
| void | addFieldID (Serializer &s) const |
Static Protected Member Functions | |
| template<class T > | |
| static STBase * | emplace (std::size_t n, void *buf, T &&val) |
Protected Attributes | |
| SField const * | fName |
Private Attributes | |
| AccountID | value_ |
| bool | default_ |
Definition at line 29 of file STAccount.h.
Definition at line 40 of file STAccount.h.
| ripple::STAccount::STAccount | ( | ) |
Definition at line 26 of file STAccount.cpp.
| ripple::STAccount::STAccount | ( | SField const & | n | ) |
Definition at line 30 of file STAccount.cpp.
Definition at line 35 of file STAccount.cpp.
| ripple::STAccount::STAccount | ( | SerialIter & | sit, |
| SField const & | name | ||
| ) |
Definition at line 52 of file STAccount.cpp.
Definition at line 57 of file STAccount.cpp.
|
overridevirtual |
Reimplemented from ripple::STBase.
Definition at line 49 of file STAccount.h.
|
overridevirtual |
Reimplemented from ripple::STBase.
Definition at line 55 of file STAccount.h.
|
overridevirtual |
Reimplemented from ripple::STBase.
Definition at line 61 of file STAccount.h.
|
overridevirtual |
Reimplemented from ripple::STBase.
Definition at line 63 of file STAccount.cpp.
|
overridevirtual |
Reimplemented from ripple::STBase.
Definition at line 70 of file STAccount.h.
|
overridevirtual |
Reimplemented from ripple::STBase.
Definition at line 83 of file STAccount.h.
|
overridevirtual |
Reimplemented from ripple::STBase.
Definition at line 90 of file STAccount.h.
Definition at line 96 of file STAccount.h.
|
noexcept |
Definition at line 103 of file STAccount.h.
| void ripple::STAccount::setValue | ( | AccountID const & | v | ) |
Definition at line 109 of file STAccount.h.
|
inherited |
Definition at line 55 of file STBase.cpp.
|
inherited |
Definition at line 61 of file STBase.cpp.
|
inherited |
|
inherited |
|
virtualinherited |
Reimplemented in ripple::STObject, ripple::STAmount, ripple::STArray, ripple::STTx, and ripple::STLedgerEntry.
Definition at line 73 of file STBase.cpp.
|
virtualinherited |
Reimplemented in ripple::STPathSet, ripple::STAmount, ripple::STVector256, ripple::STObject, ripple::STTx, ripple::STLedgerEntry, and ripple::STArray.
Definition at line 97 of file STBase.cpp.
|
inherited |
|
inherited |
Definition at line 135 of file STBase.cpp.
|
inherited |
Definition at line 141 of file STBase.cpp.
|
staticprotectedinherited |
|
private |
Definition at line 36 of file STAccount.h.
|
private |
Definition at line 37 of file STAccount.h.
1.8.17