|
rippled
|
#include <XChainAttestations.h>


Public Types | |
| using | AttCollection = std::vector< XChainClaimAttestation > |
Public Member Functions | |
| STArray | toSTArray () const |
| AttCollection::const_iterator | begin () const |
| AttCollection::iterator | begin () |
| AttCollection::const_iterator | end () const |
| AttCollection::iterator | end () |
| std::size_t | erase_if (F &&f) |
| std::size_t | size () const |
| bool | empty () const |
| AttCollection const & | attestations () const |
| void | emplace_back (T &&att) |
Private Types | |
| using | TBase = XChainAttestationsBase< XChainClaimAttestation > |
Private Attributes | |
| AttCollection | attestations_ |
Static Private Attributes | |
| static constexpr std::uint32_t | maxAttestations |
Definition at line 467 of file XChainAttestations.h.
|
private |
Definition at line 470 of file XChainAttestations.h.
|
inherited |
Definition at line 363 of file XChainAttestations.h.
|
inherited |
Definition at line 389 of file XChainAttestations.cpp.
|
inherited |
Definition at line 392 of file XChainAttestations.cpp.
|
inherited |
Definition at line 398 of file XChainAttestations.cpp.
|
inherited |
Definition at line 395 of file XChainAttestations.cpp.
|
inherited |
Definition at line 401 of file XChainAttestations.cpp.
|
inherited |
Definition at line 405 of file XChainAttestations.h.
|
inherited |
Definition at line 408 of file XChainAttestations.h.
|
inherited |
Definition at line 411 of file XChainAttestations.h.
|
inherited |
Definition at line 414 of file XChainAttestations.h.
|
inherited |
Definition at line 418 of file XChainAttestations.h.
|
staticconstexprprivateinherited |
Definition at line 369 of file XChainAttestations.h.
|
privateinherited |
Definition at line 370 of file XChainAttestations.h.