| 
    rippled
    
   | 
 

Public Types | |
| enum | Exception { no_exception = 0 , bad_cast } | 
Public Member Functions | |
| RPCCallTestData (char const *description_, int line_, std::initializer_list< char const * > const &args_, Exception throwsWhat_, char const *exp_) | |
| RPCCallTestData (char const *description_, int line_, std::initializer_list< char const * > const &args_, Exception throwsWhat_, std::initializer_list< char const * > exp_) | |
| RPCCallTestData ()=delete | |
| RPCCallTestData (RPCCallTestData const &)=delete | |
| RPCCallTestData (RPCCallTestData &&)=delete | |
| RPCCallTestData & | operator= (RPCCallTestData const &)=delete | 
| RPCCallTestData & | operator= (RPCCallTestData &&)=delete | 
Public Attributes | |
| char const *const | description | 
| int const | line | 
| std::vector< char const * > const | args | 
| Exception const | throwsWhat | 
| std::vector< char const * > | exp | 
Definition at line 20 of file RPCCall_test.cpp.
| Enumerator | |
|---|---|
| no_exception | |
| bad_cast | |
Definition at line 28 of file RPCCall_test.cpp.
| ripple::test::RPCCallTestData::RPCCallTestData | ( | char const * | description_, | 
| int | line_, | ||
| std::initializer_list< char const * > const & | args_, | ||
| Exception | throwsWhat_, | ||
| char const * | exp_ | ||
| ) | 
Definition at line 34 of file RPCCall_test.cpp.
| ripple::test::RPCCallTestData::RPCCallTestData | ( | char const * | description_, | 
| int | line_, | ||
| std::initializer_list< char const * > const & | args_, | ||
| Exception | throwsWhat_, | ||
| std::initializer_list< char const * > | exp_ | ||
| ) | 
Definition at line 48 of file RPCCall_test.cpp.
      
  | 
  delete | 
      
  | 
  delete | 
      
  | 
  delete | 
      
  | 
  delete | 
      
  | 
  delete | 
| char const* const ripple::test::RPCCallTestData::description | 
Definition at line 22 of file RPCCall_test.cpp.
| int const ripple::test::RPCCallTestData::line | 
Definition at line 23 of file RPCCall_test.cpp.
| std::vector<char const*> const ripple::test::RPCCallTestData::args | 
Definition at line 25 of file RPCCall_test.cpp.
| Exception const ripple::test::RPCCallTestData::throwsWhat | 
Definition at line 29 of file RPCCall_test.cpp.
| std::vector<char const*> ripple::test::RPCCallTestData::exp | 
Definition at line 32 of file RPCCall_test.cpp.