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

#include <XmlComposerRegistry.hpp>

Data Structures

class  Entry
 

Static Public Member Functions

static void unregisterXmlComposer (const std::string &param)
 
template<class ParamType >
static void unregisterXmlComposer ()
 
static void registerXmlComposer (std::string param, std::unique_ptr< Entry > entry)
 
template<class ParamType >
static void registerXmlComposer (std::string param)
 
template<class ParamType >
static void registerXmlComposer ()
 
static std::shared_ptr< abstraction::OperationAbstractiongetAbstraction (const std::string &param)
 
static ext::set< std::string > listGroup (const std::string &group)
 
static ext::set< std::string > list ()
 

Member Function Documentation

◆ getAbstraction()

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

◆ list()

ext::set< std::string > abstraction::XmlComposerRegistry::list ( )
static
Here is the caller graph for this function:

◆ listGroup()

ext::set< std::string > abstraction::XmlComposerRegistry::listGroup ( const std::string &  group)
static
Here is the caller graph for this function:

◆ registerXmlComposer() [1/3]

template<class ParamType >
static void abstraction::XmlComposerRegistry::registerXmlComposer ( )
inlinestatic
Here is the caller graph for this function:

◆ registerXmlComposer() [2/3]

template<class ParamType >
static void abstraction::XmlComposerRegistry::registerXmlComposer ( std::string  param)
inlinestatic
Here is the call graph for this function:

◆ registerXmlComposer() [3/3]

void abstraction::XmlComposerRegistry::registerXmlComposer ( std::string  param,
std::unique_ptr< Entry entry 
)
static
Here is the call graph for this function:

◆ unregisterXmlComposer() [1/2]

template<class ParamType >
static void abstraction::XmlComposerRegistry::unregisterXmlComposer ( )
inlinestatic
Here is the call graph for this function:
Here is the caller graph for this function:

◆ unregisterXmlComposer() [2/2]

void abstraction::XmlComposerRegistry::unregisterXmlComposer ( const std::string &  param)
static

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