Bitcoin Core 29.99.0
P2P Digital Currency
Public Member Functions | List of all members
Init Class Reference

#include <init.h>

Inheritance diagram for Init:
[legend]

Public Member Functions

virtual ~Init ()=default
 
virtual std::unique_ptr< PrintermakePrinter ()
 
virtual std::unique_ptr< CalculatormakeCalculator (std::unique_ptr< Printer > printer)
 

Detailed Description

Definition at line 12 of file init.h.

Constructor & Destructor Documentation

◆ ~Init()

virtual Init::~Init ( )
virtualdefault

Member Function Documentation

◆ makeCalculator()

virtual std::unique_ptr< Calculator > Init::makeCalculator ( std::unique_ptr< Printer printer)
inlinevirtual

Reimplemented in InitImpl.

Definition at line 17 of file init.h.

◆ makePrinter()

virtual std::unique_ptr< Printer > Init::makePrinter ( )
inlinevirtual

Reimplemented in InitImpl.

Definition at line 16 of file init.h.


The documentation for this class was generated from the following file: