|
xrpld
|
#include <XChainAttestations.h>

Public Types | |
| using | AttCollection = std::vector<TAttestation> |
Public Member Functions | |
| XChainAttestationsBase ()=default | |
| XChainAttestationsBase (XChainAttestationsBase const &rhs)=default | |
| XChainAttestationsBase & | operator= (XChainAttestationsBase const &rhs)=default |
| XChainAttestationsBase (AttCollection &&sigs) | |
| XChainAttestationsBase (json::Value const &v) | |
| XChainAttestationsBase (STArray const &arr) | |
| STArray | toSTArray () const |
| AttCollection::const_iterator | begin () const |
| AttCollection::const_iterator | end () const |
| AttCollection::iterator | begin () |
| AttCollection::iterator | end () |
| template<class F> | |
| std::size_t | eraseIf (F &&f) |
| std::size_t | size () const |
| bool | empty () const |
| AttCollection const & | attestations () const |
| template<class T> | |
| void | emplaceBack (T &&att) |
Protected Member Functions | |
| ~XChainAttestationsBase ()=default | |
Private Attributes | |
| AttCollection | attestations_ |
Static Private Attributes | |
| static constexpr std::uint32_t | kMaxAttestations = 256 |
Definition at line 351 of file XChainAttestations.h.
| using xrpl::XChainAttestationsBase< TAttestation >::AttCollection = std::vector<TAttestation> |
Definition at line 354 of file XChainAttestations.h.
|
protecteddefault |
|
default |
|
default |
|
explicit |
|
explicit |
Definition at line 659 of file XChainAttestations.cpp.
|
explicit |
Definition at line 683 of file XChainAttestations.cpp.
|
default |
|
nodiscard |
Definition at line 695 of file XChainAttestations.cpp.
|
nodiscard |
Definition at line 632 of file XChainAttestations.cpp.
|
nodiscard |
Definition at line 639 of file XChainAttestations.cpp.
| XChainAttestationsBase< TAttestation >::AttCollection::iterator xrpl::XChainAttestationsBase< TAttestation >::begin | ( | ) |
Definition at line 646 of file XChainAttestations.cpp.
| XChainAttestationsBase< TAttestation >::AttCollection::iterator xrpl::XChainAttestationsBase< TAttestation >::end | ( | ) |
Definition at line 653 of file XChainAttestations.cpp.
| std::size_t xrpl::XChainAttestationsBase< TAttestation >::eraseIf | ( | F && | f | ) |
Definition at line 439 of file XChainAttestations.h.
|
nodiscard |
Definition at line 446 of file XChainAttestations.h.
|
nodiscard |
Definition at line 453 of file XChainAttestations.h.
|
nodiscard |
Definition at line 423 of file XChainAttestations.h.
| void xrpl::XChainAttestationsBase< TAttestation >::emplaceBack | ( | T && | att | ) |
Definition at line 431 of file XChainAttestations.h.
|
staticconstexprprivate |
Definition at line 360 of file XChainAttestations.h.
|
private |
Definition at line 361 of file XChainAttestations.h.