|
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 ()=delete | |
| RPCCallTestData (RPCCallTestData const &)=delete | |
| RPCCallTestData (RPCCallTestData &&)=delete | |
| RPCCallTestData & | operator= (RPCCallTestData const &)=delete |
| RPCCallTestData & | operator= (RPCCallTestData &&)=delete |
Public Attributes | |
| char const *const | description |
| const int | line |
| const std::vector< char const * > | args |
| const Exception | throwsWhat |
| char const *const | exp |
Definition at line 32 of file RPCCall_test.cpp.
| Enumerator | |
|---|---|
| no_exception | |
| bad_cast | |
Definition at line 40 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 46 of file RPCCall_test.cpp.
|
delete |
|
delete |
|
delete |
|
delete |
|
delete |
| char const* const ripple::test::RPCCallTestData::description |
Definition at line 34 of file RPCCall_test.cpp.
| const int ripple::test::RPCCallTestData::line |
Definition at line 35 of file RPCCall_test.cpp.
| const std::vector<char const*> ripple::test::RPCCallTestData::args |
Definition at line 37 of file RPCCall_test.cpp.
| const Exception ripple::test::RPCCallTestData::throwsWhat |
Definition at line 41 of file RPCCall_test.cpp.
| char const* const ripple::test::RPCCallTestData::exp |
Definition at line 44 of file RPCCall_test.cpp.
1.8.17