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