|
rippled
|
#include <STPathSet.h>


Public Member Functions | |
| STPath ()=default | |
| STPath (std::vector< STPathElement > p) | |
| std::vector< STPathElement >::size_type | size () const |
| bool | empty () const |
| void | push_back (STPathElement const &e) |
| template<typename... Args> | |
| void | emplace_back (Args &&... args) |
| bool | hasSeen (AccountID const &account, Currency const ¤cy, 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) |
Static Private Member Functions | |
| static auto & | getCounter () noexcept |
Private Attributes | |
| std::vector< STPathElement > | mPath |
Definition at line 100 of file STPathSet.h.
|
default |
| ripple::STPath::STPath | ( | std::vector< STPathElement > | p | ) |
Definition at line 374 of file STPathSet.h.
| std::vector< STPathElement >::size_type ripple::STPath::size | ( | ) | const |
Definition at line 379 of file STPathSet.h.
| bool ripple::STPath::empty | ( | ) | const |
Definition at line 385 of file STPathSet.h.
| void ripple::STPath::push_back | ( | STPathElement const & | e | ) |
Definition at line 391 of file STPathSet.h.
| void ripple::STPath::emplace_back | ( | Args &&... | args | ) |
Definition at line 398 of file STPathSet.h.
| bool ripple::STPath::hasSeen | ( | AccountID const & | account, |
| Currency const & | currency, | ||
| AccountID const & | issuer | ||
| ) | const |
Definition at line 142 of file STPathSet.cpp.
| Json::Value ripple::STPath::getJson | ( | JsonOptions | ) | const |
Definition at line 158 of file STPathSet.cpp.
| std::vector< STPathElement >::const_iterator ripple::STPath::begin | ( | ) | const |
Definition at line 404 of file STPathSet.h.
| std::vector< STPathElement >::const_iterator ripple::STPath::end | ( | ) | const |
Definition at line 410 of file STPathSet.h.
| bool ripple::STPath::operator== | ( | STPath const & | t | ) | const |
Definition at line 416 of file STPathSet.h.
| std::vector< STPathElement >::const_reference ripple::STPath::back | ( | ) | const |
Definition at line 422 of file STPathSet.h.
| std::vector< STPathElement >::const_reference ripple::STPath::front | ( | ) | const |
Definition at line 428 of file STPathSet.h.
| STPathElement & ripple::STPath::operator[] | ( | int | i | ) |
Definition at line 434 of file STPathSet.h.
| STPathElement const & ripple::STPath::operator[] | ( | int | i | ) | const |
Definition at line 440 of file STPathSet.h.
| void ripple::STPath::reserve | ( | size_t | s | ) |
Definition at line 446 of file STPathSet.h.
|
staticprivatenoexceptinherited |
Definition at line 110 of file CountedObject.h.
|
private |
Definition at line 102 of file STPathSet.h.