xrpld
Loading...
Searching...
No Matches
xrpl::test::csf::TxSet::MutableTxSet Class Reference

#include <Tx.h>

Public Member Functions

 MutableTxSet (TxSet const &s)
bool insert (Tx const &t)
bool erase (Tx::ID const &txId)

Private Attributes

TxSetType txs_

Friends

class TxSet

Detailed Description

Definition at line 73 of file Tx.h.

Constructor & Destructor Documentation

◆ MutableTxSet()

xrpl::test::csf::TxSet::MutableTxSet::MutableTxSet ( TxSet const & s)

Definition at line 80 of file Tx.h.

Member Function Documentation

◆ insert()

bool xrpl::test::csf::TxSet::MutableTxSet::insert ( Tx const & t)

Definition at line 85 of file Tx.h.

◆ erase()

bool xrpl::test::csf::TxSet::MutableTxSet::erase ( Tx::ID const & txId)

Definition at line 91 of file Tx.h.

◆ TxSet

friend class TxSet
friend

Definition at line 75 of file Tx.h.

Member Data Documentation

◆ txs_

TxSetType xrpl::test::csf::TxSet::MutableTxSet::txs_
private

Definition at line 77 of file Tx.h.