|
rippled
|

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) |
| const STPathElement & | operator[] (int i) const |
| void | reserve (size_t s) |
Private Attributes | |
| std::vector< STPathElement > | mPath |
Definition at line 212 of file STPathSet.h.
|
default |
| ripple::STPath::STPath | ( | std::vector< STPathElement > | p | ) |
Definition at line 217 of file STPathSet.h.
| std::vector<STPathElement>::size_type ripple::STPath::size | ( | ) | const |
Definition at line 222 of file STPathSet.h.
| bool ripple::STPath::empty | ( | ) | const |
Definition at line 228 of file STPathSet.h.
| void ripple::STPath::push_back | ( | STPathElement const & | e | ) |
Definition at line 234 of file STPathSet.h.
| void ripple::STPath::emplace_back | ( | Args &&... | args | ) |
Definition at line 241 of file STPathSet.h.
| bool ripple::STPath::hasSeen | ( | AccountID const & | account, |
| Currency const & | currency, | ||
| AccountID const & | issuer | ||
| ) | const |
Definition at line 133 of file STPathSet.cpp.
| Json::Value ripple::STPath::getJson | ( | JsonOptions | ) | const |
Definition at line 148 of file STPathSet.cpp.
| std::vector<STPathElement>::const_iterator ripple::STPath::begin | ( | ) | const |
Definition at line 255 of file STPathSet.h.
| std::vector<STPathElement>::const_iterator ripple::STPath::end | ( | ) | const |
Definition at line 261 of file STPathSet.h.
| bool ripple::STPath::operator== | ( | STPath const & | t | ) | const |
Definition at line 267 of file STPathSet.h.
| std::vector<STPathElement>::const_reference ripple::STPath::back | ( | ) | const |
Definition at line 273 of file STPathSet.h.
| std::vector<STPathElement>::const_reference ripple::STPath::front | ( | ) | const |
Definition at line 279 of file STPathSet.h.
| STPathElement& ripple::STPath::operator[] | ( | int | i | ) |
Definition at line 285 of file STPathSet.h.
| const STPathElement& ripple::STPath::operator[] | ( | int | i | ) | const |
Definition at line 291 of file STPathSet.h.
| void ripple::STPath::reserve | ( | size_t | s | ) |
Definition at line 297 of file STPathSet.h.
|
private |
Definition at line 303 of file STPathSet.h.
1.8.17