Bitcoin Core  27.99.0
P2P Digital Currency
Classes | Functions
ipc::capnp Namespace Reference

Classes

struct  Serializable
 Use SFINAE to define Serializeable<T> trait which is true if type T has a Serialize(stream) method, false otherwise. More...
 
struct  Unserializable
 Use SFINAE to define Unserializeable<T> trait which is true if type T has an Unserialize(stream) method, false otherwise. More...
 
struct  Context
 Cap'n Proto context struct. More...
 

Functions

std::unique_ptr< ProtocolMakeCapnpProtocol ()
 

Function Documentation

◆ MakeCapnpProtocol()

std::unique_ptr< Protocol > ipc::capnp::MakeCapnpProtocol ( )

Definition at line 91 of file protocol.cpp.