rippled
Public Types | Public Member Functions | Private Types | Private Attributes | Static Private Attributes | List of all members
ripple::XChainCreateAccountAttestations Class Referencefinal
Inheritance diagram for ripple::XChainCreateAccountAttestations:
Inheritance graph
[legend]
Collaboration diagram for ripple::XChainCreateAccountAttestations:
Collaboration graph
[legend]

Public Types

using AttCollection = std::vector< XChainCreateAccountAttestation >
 

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< XChainCreateAccountAttestation >
 

Private Attributes

AttCollection attestations_
 

Static Private Attributes

static constexpr std::uint32_t maxAttestations
 

Detailed Description

Definition at line 495 of file XChainAttestations.h.

Member Typedef Documentation

◆ TBase

Definition at line 498 of file XChainAttestations.h.

◆ AttCollection

Definition at line 384 of file XChainAttestations.h.

Member Function Documentation

◆ toSTArray()

Definition at line 748 of file XChainAttestations.cpp.

◆ begin() [1/2]

Definition at line 682 of file XChainAttestations.cpp.

◆ begin() [2/2]

AttCollection::iterator ripple::XChainAttestationsBase< XChainCreateAccountAttestation >::begin
inherited

◆ end() [1/2]

Definition at line 689 of file XChainAttestations.cpp.

◆ end() [2/2]

AttCollection::iterator ripple::XChainAttestationsBase< XChainCreateAccountAttestation >::end
inherited

◆ erase_if()

Definition at line 469 of file XChainAttestations.h.

◆ size()

Definition at line 476 of file XChainAttestations.h.

◆ empty()

Definition at line 483 of file XChainAttestations.h.

◆ attestations()

Definition at line 453 of file XChainAttestations.h.

◆ emplace_back()

void ripple::XChainAttestationsBase< XChainCreateAccountAttestation >::emplace_back ( T &&  att)
inherited

Definition at line 461 of file XChainAttestations.h.

Member Data Documentation

◆ maxAttestations

constexpr std::uint32_t ripple::XChainAttestationsBase< XChainCreateAccountAttestation >::maxAttestations
staticconstexprprivateinherited

Definition at line 390 of file XChainAttestations.h.

◆ attestations_

Definition at line 391 of file XChainAttestations.h.