| 
    rippled
    
   | 
 
#include <STPathSet.h>


Public Member Functions | |
| STPathSet ()=default | |
| STPathSet (SField const &n) | |
| STPathSet (SerialIter &sit, SField const &name) | |
| void | add (Serializer &s) const override | 
| Json::Value | getJson (JsonOptions) const override | 
| SerializedTypeID | getSType () const override | 
| bool | assembleAdd (STPath const &base, STPathElement const &tail) | 
| bool | isEquivalent (STBase const &t) const override | 
| bool | isDefault () const override | 
| std::vector< STPath >::const_reference | operator[] (std::vector< STPath >::size_type n) const | 
| std::vector< STPath >::reference | operator[] (std::vector< STPath >::size_type n) | 
| std::vector< STPath >::const_iterator | begin () const | 
| std::vector< STPath >::const_iterator | end () const | 
| std::vector< STPath >::size_type | size () const | 
| bool | empty () const | 
| void | push_back (STPath const &e) | 
| template<typename... Args> | |
| void | emplace_back (Args &&... args) | 
| bool | operator== (STBase const &t) const | 
| bool | operator!= (STBase const &t) const | 
| template<class D > | |
| D & | downcast () | 
| template<class D > | |
| D const & | downcast () const | 
| template<class D > | |
| D const & | downcast () const | 
| virtual std::string | getFullText () const | 
| virtual std::string | getText () const | 
| void | setFName (SField const &n) | 
| A STBase is a field.   | |
| SField const & | getFName () const | 
| void | addFieldID (Serializer &s) const | 
Static Protected Member Functions | |
| template<class T > | |
| static STBase * | emplace (std::size_t n, void *buf, T &&val) | 
Private Member Functions | |
| STBase * | copy (std::size_t n, void *buf) const override | 
| STBase * | move (std::size_t n, void *buf) override | 
Static Private Member Functions | |
| static auto & | getCounter () noexcept | 
Private Attributes | |
| std::vector< STPath > | value | 
| SField const * | fName | 
Friends | |
| class | detail::STVar | 
Definition at line 177 of file STPathSet.h.
      
  | 
  default | 
| ripple::STPathSet::STPathSet | ( | SField const & | n | ) | 
Definition at line 472 of file STPathSet.h.
| ripple::STPathSet::STPathSet | ( | SerialIter & | sit, | 
| SField const & | name | ||
| ) | 
Definition at line 62 of file STPathSet.cpp.
      
  | 
  overridevirtual | 
Reimplemented from ripple::STBase.
Definition at line 220 of file STPathSet.cpp.
      
  | 
  overridevirtual | 
Reimplemented from ripple::STBase.
Definition at line 204 of file STPathSet.cpp.
      
  | 
  overridevirtual | 
Reimplemented from ripple::STBase.
Definition at line 214 of file STPathSet.cpp.
| bool ripple::STPathSet::assembleAdd | ( | STPath const & | base, | 
| STPathElement const & | tail | ||
| ) | 
Definition at line 127 of file STPathSet.cpp.
      
  | 
  overridevirtual | 
Reimplemented from ripple::STBase.
Definition at line 148 of file STPathSet.cpp.
      
  | 
  overridevirtual | 
Reimplemented from ripple::STBase.
Definition at line 155 of file STPathSet.cpp.
| std::vector< STPath >::const_reference ripple::STPathSet::operator[] | ( | std::vector< STPath >::size_type | n | ) | const | 
Definition at line 478 of file STPathSet.h.
| std::vector< STPath >::reference ripple::STPathSet::operator[] | ( | std::vector< STPath >::size_type | n | ) | 
Definition at line 484 of file STPathSet.h.
| std::vector< STPath >::const_iterator ripple::STPathSet::begin | ( | ) | const | 
Definition at line 490 of file STPathSet.h.
| std::vector< STPath >::const_iterator ripple::STPathSet::end | ( | ) | const | 
Definition at line 496 of file STPathSet.h.
| std::vector< STPath >::size_type ripple::STPathSet::size | ( | ) | const | 
Definition at line 502 of file STPathSet.h.
| bool ripple::STPathSet::empty | ( | ) | const | 
Definition at line 508 of file STPathSet.h.
| void ripple::STPathSet::push_back | ( | STPath const & | e | ) | 
Definition at line 514 of file STPathSet.h.
| void ripple::STPathSet::emplace_back | ( | Args &&... | args | ) | 
Definition at line 521 of file STPathSet.h.
      
  | 
  overrideprivatevirtual | 
Reimplemented from ripple::STBase.
Definition at line 115 of file STPathSet.cpp.
      
  | 
  overrideprivatevirtual | 
Reimplemented from ripple::STBase.
Definition at line 121 of file STPathSet.cpp.
      
  | 
  inherited | 
Definition at line 51 of file STBase.cpp.
      
  | 
  inherited | 
Definition at line 57 of file STBase.cpp.
      
  | 
  inherited | 
      
  | 
  inherited | 
      
  | 
  inherited | 
      
  | 
  virtualinherited | 
Reimplemented in ripple::STAmount, ripple::STArray, ripple::STLedgerEntry, ripple::STObject, and ripple::STTx.
Definition at line 81 of file STBase.cpp.
      
  | 
  virtualinherited | 
Reimplemented in ripple::STAccount, ripple::STAmount, ripple::STArray, ripple::STBitString< Bits >, ripple::STBlob, ripple::STCurrency, ripple::STInteger< Integer >, ripple::STIssue, ripple::STLedgerEntry, ripple::STNumber, ripple::STObject, and ripple::STXChainBridge.
Definition at line 100 of file STBase.cpp.
      
  | 
  inherited | 
      
  | 
  inherited | 
Definition at line 143 of file STBase.cpp.
      
  | 
  inherited | 
Definition at line 149 of file STBase.cpp.
      
  | 
  staticprotectedinherited | 
      
  | 
  staticprivatenoexceptinherited | 
Definition at line 129 of file CountedObject.h.
      
  | 
  friend | 
Definition at line 236 of file STPathSet.h.
      
  | 
  private | 
Definition at line 179 of file STPathSet.h.