#include <STPathSet.h>
Definition at line 17 of file STPathSet.h.
◆ Type
| Enumerator |
|---|
| TypeNone | |
| TypeAccount | |
| TypeCurrency | |
| TypeIssuer | |
| TypeMpt | |
| TypeBoundary | |
| TypeAsset | |
| TypeAll | |
Definition at line 30 of file STPathSet.h.
◆ STPathElement() [1/5]
| xrpl::STPathElement::STPathElement |
( |
| ) |
|
◆ STPathElement() [2/5]
| xrpl::STPathElement::STPathElement |
( |
STPathElement const & | | ) |
|
|
default |
◆ STPathElement() [3/5]
◆ STPathElement() [4/5]
| xrpl::STPathElement::STPathElement |
( |
AccountID const & | account, |
|
|
PathAsset const & | asset, |
|
|
AccountID const & | issuer, |
|
|
bool | forceAsset = false ) |
◆ STPathElement() [5/5]
| xrpl::STPathElement::STPathElement |
( |
unsigned int | uType, |
|
|
AccountID const & | account, |
|
|
PathAsset const & | asset, |
|
|
AccountID const & | issuer ) |
◆ operator=()
◆ getNodeType()
| auto xrpl::STPathElement::getNodeType |
( |
| ) |
const |
|
nodiscard |
◆ isOffer()
| bool xrpl::STPathElement::isOffer |
( |
| ) |
const |
|
nodiscard |
◆ isAccount()
| bool xrpl::STPathElement::isAccount |
( |
| ) |
const |
|
nodiscard |
◆ hasIssuer()
| bool xrpl::STPathElement::hasIssuer |
( |
| ) |
const |
|
nodiscard |
◆ hasCurrency()
| bool xrpl::STPathElement::hasCurrency |
( |
| ) |
const |
|
nodiscard |
◆ hasMPT()
| bool xrpl::STPathElement::hasMPT |
( |
| ) |
const |
|
nodiscard |
◆ hasAsset()
| bool xrpl::STPathElement::hasAsset |
( |
| ) |
const |
|
nodiscard |
◆ isNone()
| bool xrpl::STPathElement::isNone |
( |
| ) |
const |
|
nodiscard |
◆ getAccountID()
| AccountID const & xrpl::STPathElement::getAccountID |
( |
| ) |
const |
|
nodiscard |
◆ getPathAsset()
| PathAsset const & xrpl::STPathElement::getPathAsset |
( |
| ) |
const |
|
nodiscard |
◆ getCurrency()
| Currency const & xrpl::STPathElement::getCurrency |
( |
| ) |
const |
|
nodiscard |
◆ getMPTID()
| MPTID const & xrpl::STPathElement::getMPTID |
( |
| ) |
const |
|
nodiscard |
◆ getIssuerID()
| AccountID const & xrpl::STPathElement::getIssuerID |
( |
| ) |
const |
|
nodiscard |
◆ isType()
| bool xrpl::STPathElement::isType |
( |
Type const & | pe | ) |
const |
|
nodiscard |
◆ operator==()
| bool xrpl::STPathElement::operator== |
( |
STPathElement const & | t | ) |
const |
◆ operator!=()
| bool xrpl::STPathElement::operator!= |
( |
STPathElement const & | t | ) |
const |
◆ getHash()
◆ getCounter()
|
|
staticprivatenoexceptinherited |
◆ type_
| unsigned int xrpl::STPathElement::type_ |
|
private |
◆ accountID_
◆ assetID_
◆ issuerID_
◆ isOffer_
| bool xrpl::STPathElement::isOffer_ |
|
private |
◆ hashValue_
◆ Object