| 
    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 119 of file STPathSet.h.
      
  | 
  default | 
| ripple::STPath::STPath | ( | std::vector< STPathElement > | p | ) | 
Definition at line 393 of file STPathSet.h.
| std::vector< STPathElement >::size_type ripple::STPath::size | ( | ) | const | 
Definition at line 398 of file STPathSet.h.
| bool ripple::STPath::empty | ( | ) | const | 
Definition at line 404 of file STPathSet.h.
| void ripple::STPath::push_back | ( | STPathElement const & | e | ) | 
Definition at line 410 of file STPathSet.h.
| void ripple::STPath::emplace_back | ( | Args &&... | args | ) | 
Definition at line 417 of file STPathSet.h.
| bool ripple::STPath::hasSeen | ( | AccountID const & | account, | 
| Currency const & | currency, | ||
| AccountID const & | issuer | ||
| ) | const | 
Definition at line 161 of file STPathSet.cpp.
| Json::Value ripple::STPath::getJson | ( | JsonOptions | ) | const | 
Definition at line 177 of file STPathSet.cpp.
| std::vector< STPathElement >::const_iterator ripple::STPath::begin | ( | ) | const | 
Definition at line 423 of file STPathSet.h.
| std::vector< STPathElement >::const_iterator ripple::STPath::end | ( | ) | const | 
Definition at line 429 of file STPathSet.h.
| bool ripple::STPath::operator== | ( | STPath const & | t | ) | const | 
Definition at line 435 of file STPathSet.h.
| std::vector< STPathElement >::const_reference ripple::STPath::back | ( | ) | const | 
Definition at line 441 of file STPathSet.h.
| std::vector< STPathElement >::const_reference ripple::STPath::front | ( | ) | const | 
Definition at line 447 of file STPathSet.h.
| STPathElement & ripple::STPath::operator[] | ( | int | i | ) | 
Definition at line 453 of file STPathSet.h.
| STPathElement const & ripple::STPath::operator[] | ( | int | i | ) | const | 
Definition at line 459 of file STPathSet.h.
| void ripple::STPath::reserve | ( | size_t | s | ) | 
Definition at line 465 of file STPathSet.h.
      
  | 
  staticprivatenoexceptinherited | 
Definition at line 129 of file CountedObject.h.
      
  | 
  private | 
Definition at line 121 of file STPathSet.h.