Bitcoin Core
29.99.0
P2P Digital Currency
src
ipc
libmultiprocess
example
types.h
Go to the documentation of this file.
1
// Copyright (c) The Bitcoin Core developers
2
// Distributed under the MIT software license, see the accompanying
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
#ifndef EXAMPLE_TYPES_H
6
#define EXAMPLE_TYPES_H
7
8
#include <calculator.capnp.proxy-types.h>
9
#include <printer.capnp.proxy-types.h>
10
11
// IWYU pragma: begin_exports
12
#include <
mp/type-context.h
>
13
#include <
mp/type-decay.h
>
14
#include <
mp/type-interface.h
>
15
#include <
mp/type-string.h
>
16
#include <
mp/type-threadmap.h
>
17
// IWYU pragma: end_exports
18
19
struct
InitInterface;
// IWYU pragma: export
20
struct
CalculatorInterface;
// IWYU pragma: export
21
struct
PrinterInterface;
// IWYU pragma: export
22
23
#endif
// EXAMPLE_TYPES_H
type-context.h
type-decay.h
type-interface.h
type-string.h
type-threadmap.h
Generated on Sat Aug 30 2025 20:00:29 for Bitcoin Core by
1.9.4