| 
    rippled
    
   | 
 
#include <SignerUtils.h>

Public Member Functions | |
| Reg (Account const &masterSig) | |
| Reg (Account const &acct_, Account const ®ularSig) | |
| Reg (char const *masterSig) | |
| Reg (char const *acct_, char const *regularSig) | |
| bool | operator< (Reg const &rhs) const | 
Public Attributes | |
| Account | acct | 
| Account | sig | 
Definition at line 12 of file SignerUtils.h.
| ripple::test::jtx::Reg::Reg | ( | Account const & | masterSig | ) | 
Definition at line 17 of file SignerUtils.h.
Definition at line 21 of file SignerUtils.h.
| ripple::test::jtx::Reg::Reg | ( | char const * | masterSig | ) | 
Definition at line 26 of file SignerUtils.h.
| ripple::test::jtx::Reg::Reg | ( | char const * | acct_, | 
| char const * | regularSig | ||
| ) | 
Definition at line 30 of file SignerUtils.h.
| bool ripple::test::jtx::Reg::operator< | ( | Reg const & | rhs | ) | const | 
Definition at line 35 of file SignerUtils.h.
| Account ripple::test::jtx::Reg::acct | 
Definition at line 14 of file SignerUtils.h.
| Account ripple::test::jtx::Reg::sig | 
Definition at line 15 of file SignerUtils.h.