Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Static Public Member Functions
abstraction::RawReaderRegistry Class Reference

#include <RawReaderRegistry.hpp>

Data Structures

class  Entry
 

Static Public Member Functions

static void unregisterRawReader (const std::string &type)
 
template<class ReturnType >
static void unregisterRawReader ()
 
static void registerRawReader (std::string type, std::unique_ptr< Entry > entry)
 
template<class ReturnType >
static void registerRawReader (std::string type)
 
template<class ReturnType >
static void registerRawReader ()
 
static std::shared_ptr< abstraction::OperationAbstractiongetAbstraction (const std::string &type)
 

Member Function Documentation

◆ getAbstraction()

std::shared_ptr< abstraction::OperationAbstraction > abstraction::RawReaderRegistry::getAbstraction ( const std::string &  type)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ registerRawReader() [1/3]

template<class ReturnType >
static void abstraction::RawReaderRegistry::registerRawReader ( )
inlinestatic
Here is the caller graph for this function:

◆ registerRawReader() [2/3]

template<class ReturnType >
static void abstraction::RawReaderRegistry::registerRawReader ( std::string  type)
inlinestatic
Here is the call graph for this function:

◆ registerRawReader() [3/3]

void abstraction::RawReaderRegistry::registerRawReader ( std::string  type,
std::unique_ptr< Entry entry 
)
static
Here is the call graph for this function:

◆ unregisterRawReader() [1/2]

template<class ReturnType >
static void abstraction::RawReaderRegistry::unregisterRawReader ( )
inlinestatic
Here is the call graph for this function:
Here is the caller graph for this function:

◆ unregisterRawReader() [2/2]

void abstraction::RawReaderRegistry::unregisterRawReader ( const std::string &  type)
static

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