|
xrpld
|
#include <STPathSet.h>


Public Member Functions | |
| STPath ()=default | |
| STPath (std::vector< STPathElement > p) | |
| std::vector< STPathElement >::size_type | size () const |
| bool | empty () const |
| void | pushBack (STPathElement const &e) |
| template<typename... Args> | |
| void | emplaceBack (Args &&... args) |
| bool | hasSeen (AccountID const &account, PathAsset const &asset, AccountID const &issuer) const |
| json::Value | getJson (JsonOptions) const |
| std::vector< STPathElement >::const_iterator | begin () const |
| std::vector< STPathElement >::const_iterator | end () const |
| bool | operator== (STPath const &t) const |
| std::vector< STPathElement >::const_reference | back () const |
| std::vector< STPathElement >::const_reference | front () const |
| STPathElement & | operator[] (int i) |
| STPathElement const & | operator[] (int i) const |
| void | reserve (size_t s) |
Public Attributes | |
| friend | Object |
Static Private Member Functions | |
| static auto & | getCounter () noexcept |
Private Attributes | |
| std::vector< STPathElement > | path_ |
Definition at line 123 of file STPathSet.h.
|
default |
| xrpl::STPath::STPath | ( | std::vector< STPathElement > | p | ) |
Definition at line 434 of file STPathSet.h.
|
nodiscard |
Definition at line 439 of file STPathSet.h.
|
nodiscard |
Definition at line 445 of file STPathSet.h.
| void xrpl::STPath::pushBack | ( | STPathElement const & | e | ) |
Definition at line 451 of file STPathSet.h.
| void xrpl::STPath::emplaceBack | ( | Args &&... | args | ) |
Definition at line 458 of file STPathSet.h.
|
nodiscard |
Definition at line 161 of file STPathSet.cpp.
|
nodiscard |
Definition at line 170 of file STPathSet.cpp.
|
nodiscard |
Definition at line 464 of file STPathSet.h.
|
nodiscard |
Definition at line 470 of file STPathSet.h.
| bool xrpl::STPath::operator== | ( | STPath const & | t | ) | const |
Definition at line 476 of file STPathSet.h.
|
nodiscard |
Definition at line 482 of file STPathSet.h.
|
nodiscard |
Definition at line 488 of file STPathSet.h.
| STPathElement & xrpl::STPath::operator[] | ( | int | i | ) |
Definition at line 494 of file STPathSet.h.
| STPathElement const & xrpl::STPath::operator[] | ( | int | i | ) | const |
Definition at line 500 of file STPathSet.h.
| void xrpl::STPath::reserve | ( | size_t | s | ) |
Definition at line 506 of file STPathSet.h.
|
staticprivatenoexceptinherited |
Definition at line 113 of file CountedObject.h.
|
private |
Definition at line 125 of file STPathSet.h.
|
inherited |
Definition at line 138 of file CountedObject.h.