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

#include <XmlRegistry.h>

Static Public Member Functions

static ext::set< std::string > listDataTypes ()
 
static ext::set< std::string > listDataTypeGroup (const std::string &group)
 
static std::shared_ptr< abstraction::OperationAbstractiongetXmlComposerAbstraction (const std::string &param)
 
static std::shared_ptr< abstraction::OperationAbstractiongetXmlParserAbstraction (const std::string &type)
 
static std::shared_ptr< abstraction::OperationAbstractiongetXmlContainerParserAbstraction (const std::string &container, const std::string &type)
 

Member Function Documentation

◆ getXmlComposerAbstraction()

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

◆ getXmlContainerParserAbstraction()

std::shared_ptr< abstraction::OperationAbstraction > abstraction::XmlRegistry::getXmlContainerParserAbstraction ( const std::string &  container,
const std::string &  type 
)
static
Here is the call graph for this function:

◆ getXmlParserAbstraction()

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

◆ listDataTypeGroup()

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

◆ listDataTypes()

ext::set< std::string > abstraction::XmlRegistry::listDataTypes ( )
static
Here is the call graph for this function:
Here is the caller graph for this function:

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