|
rippled
|
#include <STPathSet.h>


Public Types | |
| enum | Type { typeNone = 0x00 , typeAccount , typeCurrency = 0x10 , typeIssuer = 0x20 , typeBoundary = 0xFF , typeAll = typeAccount | typeCurrency | typeIssuer } |
Public Member Functions | |
| STPathElement () | |
| STPathElement (STPathElement const &)=default | |
| STPathElement & | operator= (STPathElement const &)=default |
| STPathElement (std::optional< AccountID > const &account, std::optional< Currency > const ¤cy, std::optional< AccountID > const &issuer) | |
| STPathElement (AccountID const &account, Currency const ¤cy, AccountID const &issuer, bool forceCurrency=false) | |
| STPathElement (unsigned int uType, AccountID const &account, Currency const ¤cy, AccountID const &issuer) | |
| auto | getNodeType () const |
| bool | isOffer () const |
| bool | isAccount () const |
| bool | hasIssuer () const |
| bool | hasCurrency () const |
| bool | isNone () const |
| AccountID const & | getAccountID () const |
| Currency const & | getCurrency () const |
| AccountID const & | getIssuerID () const |
| bool | operator== (STPathElement const &t) const |
| bool | operator!= (STPathElement const &t) const |
Static Private Member Functions | |
| static std::size_t | get_hash (STPathElement const &element) |
| static auto & | getCounter () noexcept |
Private Attributes | |
| unsigned int | mType |
| AccountID | mAccountID |
| Currency | mCurrencyID |
| AccountID | mIssuerID |
| bool | is_offer_ |
| std::size_t | hash_value_ |
Definition at line 16 of file STPathSet.h.
| Enumerator | |
|---|---|
| typeNone | |
| typeAccount | |
| typeCurrency | |
| typeIssuer | |
| typeBoundary | |
| typeAll | |
Definition at line 27 of file STPathSet.h.
| ripple::STPathElement::STPathElement | ( | ) |
Definition at line 222 of file STPathSet.h.
|
default |
| ripple::STPathElement::STPathElement | ( | std::optional< AccountID > const & | account, |
| std::optional< Currency > const & | currency, | ||
| std::optional< AccountID > const & | issuer | ||
| ) |
Definition at line 227 of file STPathSet.h.
| ripple::STPathElement::STPathElement | ( | AccountID const & | account, |
| Currency const & | currency, | ||
| AccountID const & | issuer, | ||
| bool | forceCurrency = false |
||
| ) |
Definition at line 265 of file STPathSet.h.
| ripple::STPathElement::STPathElement | ( | unsigned int | uType, |
| AccountID const & | account, | ||
| Currency const & | currency, | ||
| AccountID const & | issuer | ||
| ) |
Definition at line 288 of file STPathSet.h.
|
default |
| auto ripple::STPathElement::getNodeType | ( | ) | const |
Definition at line 303 of file STPathSet.h.
| bool ripple::STPathElement::isOffer | ( | ) | const |
Definition at line 309 of file STPathSet.h.
| bool ripple::STPathElement::isAccount | ( | ) | const |
Definition at line 315 of file STPathSet.h.
| bool ripple::STPathElement::hasIssuer | ( | ) | const |
Definition at line 321 of file STPathSet.h.
| bool ripple::STPathElement::hasCurrency | ( | ) | const |
Definition at line 327 of file STPathSet.h.
| bool ripple::STPathElement::isNone | ( | ) | const |
Definition at line 333 of file STPathSet.h.
| AccountID const & ripple::STPathElement::getAccountID | ( | ) | const |
Definition at line 341 of file STPathSet.h.
| Currency const & ripple::STPathElement::getCurrency | ( | ) | const |
Definition at line 347 of file STPathSet.h.
| AccountID const & ripple::STPathElement::getIssuerID | ( | ) | const |
Definition at line 353 of file STPathSet.h.
| bool ripple::STPathElement::operator== | ( | STPathElement const & | t | ) | const |
Definition at line 359 of file STPathSet.h.
| bool ripple::STPathElement::operator!= | ( | STPathElement const & | t | ) | const |
Definition at line 367 of file STPathSet.h.
|
staticprivate |
Definition at line 21 of file STPathSet.cpp.
|
staticprivatenoexceptinherited |
Definition at line 110 of file CountedObject.h.
|
private |
Definition at line 18 of file STPathSet.h.
|
private |
Definition at line 19 of file STPathSet.h.
|
private |
Definition at line 20 of file STPathSet.h.
|
private |
Definition at line 21 of file STPathSet.h.
|
private |
Definition at line 23 of file STPathSet.h.
|
private |
Definition at line 24 of file STPathSet.h.