| 
    rippled
    
   | 
 
Add a path. More...
#include <paths.h>

Public Member Functions | |
| path () | |
| template<class T , class... Args> | |
| path (T const &t, Args const &... args) | |
| void | operator() (Env &, JTx &jt) const | 
Private Member Functions | |
| Json::Value & | create () | 
| void | append_one (Account const &account) | 
| void | append_one (AccountID const &account) | 
| template<class T > | |
| std::enable_if_t< std::is_constructible< Account, T >::value > | append_one (T const &t) | 
| void | append_one (IOU const &iou) | 
| void | append_one (BookSpec const &book) | 
| template<class T , class... Args> | |
| void | append (T const &t, Args const &... args) | 
Private Attributes | |
| Json::Value | jv_ | 
| ripple::test::jtx::path::path | ( | ) | 
      
  | 
  explicit | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private |