|
rippled
|
#include <STBlob.h>


Public Types | |
| using | value_type = Slice |
Public Member Functions | |
| STBlob ()=default | |
| STBlob (STBlob const &rhs) | |
| STBlob (SField const &f, void const *data, std::size_t size) | |
| STBlob (SField const &f, Buffer &&b) | |
| STBlob (SField const &n) | |
| STBlob (SerialIter &, SField const &name=sfGeneric) | |
| std::size_t | size () const |
| std::uint8_t const * | data () const |
| SerializedTypeID | getSType () const override |
| std::string | getText () const override |
| void | add (Serializer &s) const override |
| bool | isEquivalent (STBase const &t) const override |
| bool | isDefault () const override |
| STBlob & | operator= (Slice const &slice) |
| value_type | value () const noexcept |
| STBlob & | operator= (Buffer &&buffer) |
| void | setValue (Buffer &&b) |
| bool | operator== (STBase const &t) const |
| bool | operator!= (STBase const &t) const |
| template<class D > | |
| D & | downcast () |
| template<class D > | |
| D const & | downcast () const |
| template<class D > | |
| D const & | downcast () const |
| virtual std::string | getFullText () const |
| virtual Json::Value | getJson (JsonOptions=JsonOptions::none) const |
| void | setFName (SField const &n) |
| A STBase is a field. | |
| 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) |
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 | |
| Buffer | value_ |
| SField const * | fName |
Friends | |
| class | detail::STVar |
| using ripple::STBlob::value_type = Slice |
|
default |
| ripple::STBlob::STBlob | ( | SField const & | f, |
| void const * | data, | ||
| std::size_t | size | ||
| ) |
| ripple::STBlob::STBlob | ( | SerialIter & | st, |
| SField const & | name = sfGeneric |
||
| ) |
Definition at line 33 of file STBlob.cpp.
| std::size_t ripple::STBlob::size | ( | ) | const |
| std::uint8_t const * ripple::STBlob::data | ( | ) | const |
|
overridevirtual |
Reimplemented from ripple::STBase.
Definition at line 51 of file STBlob.cpp.
|
overridevirtual |
Reimplemented from ripple::STBase.
Definition at line 57 of file STBlob.cpp.
|
overridevirtual |
Reimplemented from ripple::STBase.
Definition at line 63 of file STBlob.cpp.
|
overridevirtual |
Reimplemented from ripple::STBase.
Definition at line 74 of file STBlob.cpp.
|
overridevirtual |
Reimplemented from ripple::STBase.
Definition at line 81 of file STBlob.cpp.
|
noexcept |
|
overrideprivatevirtual |
Reimplemented from ripple::STBase.
Definition at line 39 of file STBlob.cpp.
|
overrideprivatevirtual |
Reimplemented from ripple::STBase.
Definition at line 45 of file STBlob.cpp.
|
inherited |
Definition at line 51 of file STBase.cpp.
|
inherited |
Definition at line 57 of file STBase.cpp.
|
inherited |
|
inherited |
|
inherited |
|
virtualinherited |
Reimplemented in ripple::STAmount, ripple::STArray, ripple::STLedgerEntry, ripple::STObject, and ripple::STTx.
Definition at line 81 of file STBase.cpp.
|
virtualinherited |
Reimplemented in ripple::STArray, ripple::STTx, ripple::STLedgerEntry, ripple::STCurrency, ripple::STInteger< Integer >, ripple::STIssue, ripple::STPathSet, ripple::STVector256, ripple::STXChainBridge, ripple::STAmount, and ripple::STObject.
Definition at line 106 of file STBase.cpp.
|
inherited |
|
inherited |
Definition at line 141 of file STBase.cpp.
|
inherited |
Definition at line 147 of file STBase.cpp.
|
staticprotectedinherited |
|
staticprivatenoexceptinherited |
Definition at line 129 of file CountedObject.h.
|
friend |