Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
alib2abstraction
src
registration
ValuePrinterRegistration.hpp
Go to the documentation of this file.
1
6
#pragma once
7
8
#include <
registry/ValuePrinterRegistry.hpp
>
9
10
namespace
registration
{
11
12
template
<
class
Type >
13
class
ValuePrinterRegister
{
14
public
:
15
explicit
ValuePrinterRegister
( ) {
16
abstraction::ValuePrinterRegistry::registerValuePrinter < Type > ( );
17
}
18
19
~ValuePrinterRegister
( ) {
20
abstraction::ValuePrinterRegistry::unregisterValuePrinter < Type > ( );
21
}
22
};
23
24
}
/* namespace registration */
25
ValuePrinterRegistry.hpp
registration::ValuePrinterRegister
Definition:
ValuePrinterRegistration.hpp:13
registration::ValuePrinterRegister::ValuePrinterRegister
ValuePrinterRegister()
Definition:
ValuePrinterRegistration.hpp:15
registration::ValuePrinterRegister::~ValuePrinterRegister
~ValuePrinterRegister()
Definition:
ValuePrinterRegistration.hpp:19
registration
Definition:
AlgoRegistration.hpp:14
Generated on Mon Dec 27 2021 10:21:51 for Algorithms Library Toolkit by
1.9.2