|
| | ElementComboIter (STPathElement const *prev=nullptr) |
| |
| bool | valid () const |
| |
| bool | next () |
| |
| template<class Col , class AccFactory , class IssFactory , class CurrencyFactory > |
| void | emplace_into (Col &col, AccFactory &&accF, IssFactory &&issF, CurrencyFactory &¤cyF, boost::optional< AccountID > const &existingAcc, boost::optional< Currency > const &existingCur, boost::optional< AccountID > const &existingIss) |
| |
|
| enum | SB : std::uint16_t {
SB::acc,
SB::iss,
SB::cur,
SB::rootAcc,
SB::rootIss,
SB::xrp,
SB::sameAccIss,
SB::existingAcc,
SB::existingCur,
SB::existingIss,
SB::prevAcc,
SB::prevCur,
SB::prevIss,
SB::boundary,
SB::last
} |
| |
Definition at line 185 of file PayStrand_test.cpp.
◆ SB
| Enumerator |
|---|
| acc | |
| iss | |
| cur | |
| rootAcc | |
| rootIss | |
| xrp | |
| sameAccIss | |
| existingAcc | |
| existingCur | |
| existingIss | |
| prevAcc | |
| prevCur | |
| prevIss | |
| boundary | |
| last | |
Definition at line 187 of file PayStrand_test.cpp.
◆ ElementComboIter()
| ripple::test::ElementComboIter::ElementComboIter |
( |
STPathElement const * |
prev = nullptr | ) |
|
|
explicit |
◆ has()
| bool ripple::test::ElementComboIter::has |
( |
SB |
s | ) |
const |
|
private |
◆ hasAny()
◆ count()
◆ valid()
| bool ripple::test::ElementComboIter::valid |
( |
| ) |
const |
◆ next()
| bool ripple::test::ElementComboIter::next |
( |
| ) |
|
◆ emplace_into()
template<class Col , class AccFactory , class IssFactory , class CurrencyFactory >
| void ripple::test::ElementComboIter::emplace_into |
( |
Col & |
col, |
|
|
AccFactory && |
accF, |
|
|
IssFactory && |
issF, |
|
|
CurrencyFactory && |
currencyF, |
|
|
boost::optional< AccountID > const & |
existingAcc, |
|
|
boost::optional< Currency > const & |
existingCur, |
|
|
boost::optional< AccountID > const & |
existingIss |
|
) |
| |
◆ state_
◆ prev_
| STPathElement const* ripple::test::ElementComboIter::prev_ = nullptr |
|
private |
◆ allowCompound_
| const bool ripple::test::ElementComboIter::allowCompound_ = false |
|
private |