![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
Namespaces | |
Classes | |
| class | ExtendedCallback |
| class | FooCallback |
| struct | FooCustom |
| struct | FooEmpty |
| class | FooImplementation |
| struct | FooMessage |
| struct | FooMutable |
| struct | FooStruct |
| class | TestSetup |
| Test setup class creating a two way connection between a ProxyServer<FooInterface> object and a ProxyClient<FooInterface>. More... | |
Typedefs | |
| using | FooData = std::vector<char> |
| using | FooDataRef = std::shared_ptr<const FooData> |
Enumerations | |
| enum class | FooEnum : uint8_t { ONE = 1 , TWO = 2 } |
Functions | |
| template<typename Output > | |
| void | CustomBuildField (TypeList< FooCustom >, Priority< 1 >, InvokeContext &invoke_context, const FooCustom &value, Output &&output) |
| template<typename Input , typename ReadDest > | |
| decltype(auto) | CustomReadField (TypeList< FooCustom >, Priority< 1 >, InvokeContext &invoke_context, Input &&input, ReadDest &&read_dest) |
| KJ_TEST ("Call FooInterface methods") | |
| KJ_TEST ("Call IPC method after client connection is closed") | |
| KJ_TEST ("Calling IPC method after server connection is closed") | |
| KJ_TEST ("Calling IPC method and disconnecting during the call") | |
| KJ_TEST ("Calling IPC method, disconnecting and blocking during the call") | |
| KJ_TEST ("Worker thread destroyed before it is initialized") | |
| KJ_TEST ("Calling async IPC method, with server disconnect racing the call") | |
| KJ_TEST ("Calling async IPC method, with server disconnect after cleanup") | |
| KJ_TEST ("Make simultaneous IPC calls on single remote thread") | |
Variables | |
| constexpr auto | kMP_MAJOR_VERSION {MP_MAJOR_VERSION} |
| Check version.h header values. | |
| constexpr auto | kMP_MINOR_VERSION {MP_MINOR_VERSION} |
| using mp::test::FooData = std::vector<char> |
| using mp::test::FooDataRef = std::shared_ptr<const FooData> |
|
strong |
| mp::test::KJ_TEST | ( | "Call FooInterface methods" | ) |
| mp::test::KJ_TEST | ( | "Worker thread destroyed before it is initialized" | ) |
|
constexpr |
|
constexpr |