Scarab  v3.7.1
Project 8 C++ Utility Library
Namespaces | Typedefs
factory.hh File Reference
#include "indexed_factory.hh"
#include <string>
Include dependency graph for factory.hh:

Go to the source code of this file.

Namespaces

 scarab
 

Typedefs

template<class XBaseType , class... XArgs>
using factory = indexed_factory< std::string, XBaseType, XArgs... >
 
template<class XBaseType , class... XArgs>
using registrar = indexed_registrar< std::string, XBaseType, XArgs... >