![]() |
Bitcoin Core 29.99.0
P2P Digital Currency
|
Classes | |
class | ExtendedCallback |
class | FooCallback |
struct | FooCustom |
struct | FooEmpty |
class | FooImplementation |
struct | FooMessage |
struct | FooMutable |
struct | FooStruct |
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") | |
|
strong |
void mp::test::CustomBuildField | ( | TypeList< FooCustom > | , |
Priority< 1 > | , | ||
InvokeContext & | invoke_context, | ||
const FooCustom & | value, | ||
Output && | output | ||
) |
decltype(auto) mp::test::CustomReadField | ( | TypeList< FooCustom > | , |
Priority< 1 > | , | ||
InvokeContext & | invoke_context, | ||
Input && | input, | ||
ReadDest && | read_dest | ||
) |