Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Public Member Functions
registration::CastRegister< To, From > Class Template Reference

#include <CastRegistration.hpp>

Public Member Functions

 CastRegister ()
 
 CastRegister (To(*castFunction)(const From &))
 
 ~CastRegister ()
 

Constructor & Destructor Documentation

◆ CastRegister() [1/2]

template<class To , class From >
registration::CastRegister< To, From >::CastRegister ( )
inlineexplicit

◆ CastRegister() [2/2]

template<class To , class From >
registration::CastRegister< To, From >::CastRegister ( To(*)(const From &)  castFunction)
inlineexplicit

◆ ~CastRegister()

template<class To , class From >
registration::CastRegister< To, From >::~CastRegister ( )
inline

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