Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Public Member Functions
registration::PrefixOperatorRegister< Type, ParamType > Class Template Reference

#include <OperatorRegistration.hpp>

Inheritance diagram for registration::PrefixOperatorRegister< Type, ParamType >:
[legend]
Collaboration diagram for registration::PrefixOperatorRegister< Type, ParamType >:
[legend]

Public Member Functions

template<class ReturnType >
 PrefixOperatorRegister (ReturnType(*callback)(ParamType))
 
 PrefixOperatorRegister ()
 
- Public Member Functions inherited from ext::Register< void >
template<class InitCallback , class FinalizeCallback >
 Register (InitCallback init, FinalizeCallback finish)
 
template<class InitCallback >
 Register (InitCallback init)
 
 Register (const Register &)=delete
 
 Register (Register &&other) noexcept
 
Registeroperator= (const Register &)=delete
 
Registeroperator= (Register &&other)=delete
 
 ~Register ()
 

Constructor & Destructor Documentation

◆ PrefixOperatorRegister() [1/2]

template<abstraction::Operators::PrefixOperators Type, class ParamType >
template<class ReturnType >
registration::PrefixOperatorRegister< Type, ParamType >::PrefixOperatorRegister ( ReturnType(*)(ParamType)  callback)
inlineexplicit
Here is the call graph for this function:

◆ PrefixOperatorRegister() [2/2]

template<abstraction::Operators::PrefixOperators Type, class ParamType >
registration::PrefixOperatorRegister< Type, ParamType >::PrefixOperatorRegister ( )
inlineexplicit

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