![]() |
Bitcoin Core
28.1.0
P2P Digital Currency
|
Namespaces | |
Classes | |
| struct | Context |
| Cap'n Proto context struct. More... | |
| 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... | |
Functions | |
| std::unique_ptr< Protocol > | MakeCapnpProtocol () |
| std::unique_ptr< Protocol > ipc::capnp::MakeCapnpProtocol | ( | ) |
Definition at line 91 of file protocol.cpp.
1.8.14