|
xrpld
|
#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::Values::None) const |
| void | setFName (SField const &n) |
| A STBase is a field. | |
| SField const & | getFName () const |
| void | addFieldID (Serializer &s) const |
Public Attributes | |
| friend | Object |
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 xrpl::STBlob::value_type = Slice |
|
default |
| xrpl::STBlob::STBlob | ( | SField const & | f, |
| void const * | data, | ||
| std::size_t | size ) |
| xrpl::STBlob::STBlob | ( | SerialIter & | st, |
| SField const & | name = sfGeneric ) |
Definition at line 15 of file STBlob.cpp.
|
nodiscard |
|
nodiscard |
|
nodiscardoverridevirtual |
Reimplemented from xrpl::STBase.
Definition at line 32 of file STBlob.cpp.
|
nodiscardoverridevirtual |
Reimplemented from xrpl::STBase.
Definition at line 38 of file STBlob.cpp.
|
overridevirtual |
Reimplemented from xrpl::STBase.
Definition at line 44 of file STBlob.cpp.
|
nodiscardoverridevirtual |
Reimplemented from xrpl::STBase.
Definition at line 54 of file STBlob.cpp.
|
nodiscardoverridevirtual |
Reimplemented from xrpl::STBase.
Definition at line 61 of file STBlob.cpp.
|
nodiscardnoexcept |
|
overrideprivatevirtual |
Reimplemented from xrpl::STBase.
Definition at line 20 of file STBlob.cpp.
|
overrideprivatevirtual |
Reimplemented from xrpl::STBase.
Definition at line 26 of file STBlob.cpp.
|
inherited |
Definition at line 36 of file STBase.cpp.
|
inherited |
Definition at line 42 of file STBase.cpp.
|
inherited |
|
nodiscardinherited |
|
nodiscardvirtualinherited |
Reimplemented in xrpl::STAmount, xrpl::STArray, xrpl::STLedgerEntry, xrpl::STObject, and xrpl::STTx.
Definition at line 66 of file STBase.cpp.
|
nodiscardvirtualinherited |
Reimplemented in xrpl::STAmount, xrpl::STArray, xrpl::STCurrency, xrpl::STInteger< Integer >, xrpl::STInteger< std::int32_t >, xrpl::STInteger< std::uint16_t >, xrpl::STInteger< std::uint32_t >, xrpl::STInteger< std::uint64_t >, xrpl::STInteger< unsigned char >, xrpl::STIssue, xrpl::STLedgerEntry, xrpl::STObject, xrpl::STPathSet, xrpl::STTx, xrpl::STVector256, and xrpl::STXChainBridge.
Definition at line 91 of file STBase.cpp.
|
inherited |
|
nodiscardinherited |
Definition at line 126 of file STBase.cpp.
|
inherited |
Definition at line 132 of file STBase.cpp.
|
staticprotectedinherited |
|
staticprivatenoexceptinherited |
Definition at line 109 of file CountedObject.h.
|
friend |
|
inherited |
Definition at line 134 of file CountedObject.h.