|
rippled
|


Public Types | |
| using | value_type = std::vector< uint256 > const & |
Public Member Functions | |
| STVector256 ()=default | |
| STVector256 (SField const &n) | |
| STVector256 (std::vector< uint256 > const &vector) | |
| STVector256 (SField const &n, std::vector< uint256 > const &vector) | |
| STVector256 (SerialIter &sit, SField const &name) | |
| STBase * | copy (std::size_t n, void *buf) const override |
| STBase * | move (std::size_t n, void *buf) override |
| SerializedTypeID | getSType () const override |
| void | add (Serializer &s) const override |
| Json::Value | getJson (JsonOptions) const override |
| bool | isEquivalent (const STBase &t) const override |
| bool | isDefault () const override |
| STVector256 & | operator= (std::vector< uint256 > const &v) |
| STVector256 & | operator= (std::vector< uint256 > &&v) |
| void | setValue (const STVector256 &v) |
| operator std::vector< uint256 > () const | |
| Retrieve a copy of the vector we contain. More... | |
| std::size_t | size () const |
| void | resize (std::size_t n) |
| bool | empty () const |
| std::vector< uint256 >::reference | operator[] (std::vector< uint256 >::size_type n) |
| std::vector< uint256 >::const_reference | operator[] (std::vector< uint256 >::size_type n) const |
| std::vector< uint256 > const & | value () const |
| std::vector< uint256 >::iterator | insert (std::vector< uint256 >::const_iterator pos, uint256 const &value) |
| std::vector< uint256 >::iterator | insert (std::vector< uint256 >::const_iterator pos, uint256 &&value) |
| void | push_back (uint256 const &v) |
| std::vector< uint256 >::iterator | begin () |
| std::vector< uint256 >::const_iterator | begin () const |
| std::vector< uint256 >::iterator | end () |
| std::vector< uint256 >::const_iterator | end () const |
| std::vector< uint256 >::iterator | erase (std::vector< uint256 >::iterator position) |
| void | clear () noexcept |
| 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 std::string | getText () 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 | |
| std::vector< uint256 > | mValue |
Definition at line 29 of file STVector256.h.
| using ripple::STVector256::value_type = std::vector<uint256> const& |
Definition at line 32 of file STVector256.h.
|
default |
|
explicit |
Definition at line 36 of file STVector256.h.
|
explicit |
Definition at line 40 of file STVector256.h.
| ripple::STVector256::STVector256 | ( | SField const & | n, |
| std::vector< uint256 > const & | vector | ||
| ) |
Definition at line 44 of file STVector256.h.
| ripple::STVector256::STVector256 | ( | SerialIter & | sit, |
| SField const & | name | ||
| ) |
Definition at line 27 of file STVector256.cpp.
|
overridevirtual |
Reimplemented from ripple::STBase.
Definition at line 52 of file STVector256.h.
|
overridevirtual |
Reimplemented from ripple::STBase.
Definition at line 58 of file STVector256.h.
|
overridevirtual |
Reimplemented from ripple::STBase.
Definition at line 64 of file STVector256.h.
|
overridevirtual |
Reimplemented from ripple::STBase.
Definition at line 45 of file STVector256.cpp.
|
overridevirtual |
Reimplemented from ripple::STBase.
Definition at line 59 of file STVector256.cpp.
|
overridevirtual |
Reimplemented from ripple::STBase.
Definition at line 53 of file STVector256.cpp.
|
overridevirtual |
Reimplemented from ripple::STBase.
Definition at line 78 of file STVector256.h.
| STVector256& ripple::STVector256::operator= | ( | std::vector< uint256 > const & | v | ) |
Definition at line 84 of file STVector256.h.
| STVector256& ripple::STVector256::operator= | ( | std::vector< uint256 > && | v | ) |
Definition at line 91 of file STVector256.h.
| void ripple::STVector256::setValue | ( | const STVector256 & | v | ) |
Definition at line 98 of file STVector256.h.
|
explicit |
Retrieve a copy of the vector we contain.
Definition at line 104 of file STVector256.h.
| std::size_t ripple::STVector256::size | ( | ) | const |
Definition at line 110 of file STVector256.h.
| void ripple::STVector256::resize | ( | std::size_t | n | ) |
Definition at line 116 of file STVector256.h.
| bool ripple::STVector256::empty | ( | ) | const |
Definition at line 122 of file STVector256.h.
| std::vector<uint256>::reference ripple::STVector256::operator[] | ( | std::vector< uint256 >::size_type | n | ) |
Definition at line 128 of file STVector256.h.
| std::vector<uint256>::const_reference ripple::STVector256::operator[] | ( | std::vector< uint256 >::size_type | n | ) | const |
Definition at line 134 of file STVector256.h.
| std::vector<uint256> const& ripple::STVector256::value | ( | ) | const |
Definition at line 140 of file STVector256.h.
| std::vector<uint256>::iterator ripple::STVector256::insert | ( | std::vector< uint256 >::const_iterator | pos, |
| uint256 const & | value | ||
| ) |
Definition at line 146 of file STVector256.h.
| std::vector<uint256>::iterator ripple::STVector256::insert | ( | std::vector< uint256 >::const_iterator | pos, |
| uint256 && | value | ||
| ) |
Definition at line 152 of file STVector256.h.
| void ripple::STVector256::push_back | ( | uint256 const & | v | ) |
Definition at line 158 of file STVector256.h.
| std::vector<uint256>::iterator ripple::STVector256::begin | ( | ) |
Definition at line 164 of file STVector256.h.
| std::vector<uint256>::const_iterator ripple::STVector256::begin | ( | ) | const |
Definition at line 170 of file STVector256.h.
| std::vector<uint256>::iterator ripple::STVector256::end | ( | ) |
Definition at line 176 of file STVector256.h.
| std::vector<uint256>::const_iterator ripple::STVector256::end | ( | ) | const |
Definition at line 182 of file STVector256.h.
| std::vector<uint256>::iterator ripple::STVector256::erase | ( | std::vector< uint256 >::iterator | position | ) |
Definition at line 188 of file STVector256.h.
|
noexcept |
Definition at line 194 of file STVector256.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::STObject, ripple::STAmount, ripple::STArray, ripple::STBlob, ripple::STLedgerEntry, and ripple::STAccount.
Definition at line 92 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 200 of file STVector256.h.
1.8.17