Bitcoin Core
29.99.0
P2P Digital Currency
src
ipc
libmultiprocess
example
printer.h
Go to the documentation of this file.
1
// Copyright (c) 2021 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_PRINTER_H
6
#define EXAMPLE_PRINTER_H
7
8
#include <string>
9
10
class
Printer
11
{
12
public
:
13
virtual
~Printer
() =
default
;
14
virtual
void
print
(
const
std::string& message) = 0;
15
};
16
17
#endif
// EXAMPLE_PRINTER_H
Printer
Definition:
printer.h:11
Printer::~Printer
virtual ~Printer()=default
Printer::print
virtual void print(const std::string &message)=0
Generated on Tue Apr 15 2025 20:00:10 for Bitcoin Core by
1.9.4