|
rippled
|


Public Types | |
| using | value_type = std::vector< uint256 > const & |
Static Protected Member Functions | |
| template<class T > | |
| static STBase * | emplace (std::size_t n, void *buf, T &&val) |
Private Member Functions | |
| STBase * | copy (std::size_t n, void *buf) const override |
| STBase * | move (std::size_t n, void *buf) override |
Static Private Member Functions | |
| static auto & | getCounter () noexcept |
Private Attributes | |
| std::vector< uint256 > | mValue |
| SField const * | fName |
Friends | |
| class | detail::STVar |
Definition at line 30 of file STVector256.h.
| using ripple::STVector256::value_type = std::vector<uint256> const& |
Definition at line 35 of file STVector256.h.
|
default |
|
explicit |
Definition at line 124 of file STVector256.h.
|
explicit |
Definition at line 128 of file STVector256.h.
| ripple::STVector256::STVector256 | ( | SField const & | n, |
| std::vector< uint256 > const & | vector | ||
| ) |
Definition at line 133 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 57 of file STVector256.cpp.
|
overridevirtual |
Reimplemented from ripple::STBase.
Definition at line 69 of file STVector256.cpp.
|
overridevirtual |
Reimplemented from ripple::STBase.
Definition at line 83 of file STVector256.cpp.
|
overridevirtual |
Reimplemented from ripple::STBase.
Definition at line 77 of file STVector256.cpp.
|
overridevirtual |
Reimplemented from ripple::STBase.
Definition at line 63 of file STVector256.cpp.
| STVector256 & ripple::STVector256::operator= | ( | std::vector< uint256 > const & | v | ) |
Definition at line 141 of file STVector256.h.
| STVector256 & ripple::STVector256::operator= | ( | std::vector< uint256 > && | v | ) |
Definition at line 148 of file STVector256.h.
| void ripple::STVector256::setValue | ( | const STVector256 & | v | ) |
Definition at line 155 of file STVector256.h.
|
explicit |
Retrieve a copy of the vector we contain.
Definition at line 161 of file STVector256.h.
| std::size_t ripple::STVector256::size | ( | ) | const |
Definition at line 167 of file STVector256.h.
| void ripple::STVector256::resize | ( | std::size_t | n | ) |
Definition at line 173 of file STVector256.h.
| bool ripple::STVector256::empty | ( | ) | const |
Definition at line 179 of file STVector256.h.
| std::vector< uint256 >::reference ripple::STVector256::operator[] | ( | std::vector< uint256 >::size_type | n | ) |
Definition at line 185 of file STVector256.h.
| std::vector< uint256 >::const_reference ripple::STVector256::operator[] | ( | std::vector< uint256 >::size_type | n | ) | const |
Definition at line 191 of file STVector256.h.
| std::vector< uint256 > const & ripple::STVector256::value | ( | ) | const |
Definition at line 197 of file STVector256.h.
| std::vector< uint256 >::iterator ripple::STVector256::insert | ( | std::vector< uint256 >::const_iterator | pos, |
| uint256 const & | value | ||
| ) |
Definition at line 203 of file STVector256.h.
| std::vector< uint256 >::iterator ripple::STVector256::insert | ( | std::vector< uint256 >::const_iterator | pos, |
| uint256 && | value | ||
| ) |
Definition at line 211 of file STVector256.h.
| void ripple::STVector256::push_back | ( | uint256 const & | v | ) |
Definition at line 217 of file STVector256.h.
| std::vector< uint256 >::const_iterator ripple::STVector256::begin | ( | ) |
Definition at line 223 of file STVector256.h.
| std::vector<uint256>::const_iterator ripple::STVector256::begin | ( | ) | const |
| std::vector< uint256 >::const_iterator ripple::STVector256::end | ( | ) |
Definition at line 235 of file STVector256.h.
| std::vector<uint256>::const_iterator ripple::STVector256::end | ( | ) | const |
| std::vector< uint256 >::iterator ripple::STVector256::erase | ( | std::vector< uint256 >::iterator | position | ) |
Definition at line 247 of file STVector256.h.
|
noexcept |
Definition at line 253 of file STVector256.h.
|
overrideprivatevirtual |
Reimplemented from ripple::STBase.
Definition at line 45 of file STVector256.cpp.
|
overrideprivatevirtual |
Reimplemented from ripple::STBase.
Definition at line 51 of file STVector256.cpp.
|
inherited |
Definition at line 45 of file STBase.cpp.
|
inherited |
Definition at line 51 of file STBase.cpp.
|
inherited |
|
virtualinherited |
Reimplemented in ripple::STAmount, ripple::STObject, ripple::STArray, ripple::STTx, and ripple::STLedgerEntry.
Definition at line 75 of file STBase.cpp.
|
virtualinherited |
Reimplemented in ripple::STAmount, ripple::STObject, ripple::STArray, ripple::STXChainBridge, ripple::STBlob, ripple::STCurrency, ripple::STIssue, ripple::STAccount, and ripple::STLedgerEntry.
Definition at line 94 of file STBase.cpp.
|
inherited |
|
inherited |
Definition at line 132 of file STBase.cpp.
|
inherited |
Definition at line 138 of file STBase.cpp.
|
staticprotectedinherited |
|
staticprivatenoexceptinherited |
Definition at line 128 of file CountedObject.h.
|
friend |
Definition at line 121 of file STVector256.h.
|
private |
Definition at line 32 of file STVector256.h.
1.8.17