Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Public Member Functions | Static Public Member Functions
core::Components< Data > Class Template Reference

#include <components.hpp>

Public Member Functions

template<class T >
requires ( ! std::is_same_v < T, T > )
void accessComponent ()
 

Static Public Member Functions

static void registerComponent ()
 
static void unregisterComponent ()
 

Detailed Description

template<class ... Data>
class core::Components< Data >

Auxiliary class allowing simple access to the alphabets.

Member Function Documentation

◆ accessComponent()

template<class ... Data>
template<class T >
requires ( ! std::is_same_v < T, T > )
void core::Components< Data >::accessComponent ( )

To silent the compiler about nonexistent access method in Components base

◆ registerComponent()

template<class ... Data>
static void core::Components< Data >::registerComponent ( )
inlinestatic

To silent the compiler about nonexistent access method in Components base

Here is the caller graph for this function:

◆ unregisterComponent()

template<class ... Data>
static void core::Components< Data >::unregisterComponent ( )
inlinestatic

To silent the compiler about nonexistent access method in Components base

Here is the caller graph for this function:

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