|
rippled
|
Namespaces | |
| namespace | internal |
Classes | |
| struct | JSON |
| struct | JSONArray |
Typedefs | |
| typedef std::variant< JSON, std::nullptr_t, std::string, bool, char, int, uint64_t, float, double, const char *, JSONArray > | JSONValue |
Functions | |
| void | setup_complete (const JSON &details) |
| void | send_event (const char *name, const JSON &details) |
| uint64_t | get_random () |
| template<typename Iter > | |
| Iter | random_choice (Iter begin, Iter end) |
Variables | |
| const char * | SDK_VERSION = "0.4.4" |
| const char * | PROTOCOL_VERSION = "1.1.0" |
| typedef std::variant<JSON, std::nullptr_t, std::string, bool, char, int, uint64_t, float, double, const char*, JSONArray> antithesis::JSONValue |
Definition at line 49 of file antithesis_sdk.h.
| void antithesis::setup_complete | ( | const JSON & | details | ) |
Definition at line 1038 of file antithesis_sdk.h.
| void antithesis::send_event | ( | const char * | name, |
| const JSON & | details | ||
| ) |
Definition at line 1041 of file antithesis_sdk.h.
| uint64_t antithesis::get_random | ( | ) |
Definition at line 1077 of file antithesis_sdk.h.
| Iter antithesis::random_choice | ( | Iter | begin, |
| Iter | end | ||
| ) |
Definition at line 1095 of file antithesis_sdk.h.
| const char* antithesis::SDK_VERSION = "0.4.4" |
Definition at line 45 of file antithesis_sdk.h.
| const char* antithesis::PROTOCOL_VERSION = "1.1.0" |
Definition at line 46 of file antithesis_sdk.h.