Scarab  v3.2.1
Project 8 C++ Utility Library
Public Member Functions | List of all members
base_registrar< XBaseType, void > Class Template Referenceabstract

#include <indexed_factory.hh>

Public Member Functions

 base_registrar ()
 
virtual ~base_registrar ()
 
virtual XBaseType * create () const =0
 

Detailed Description

template<class XBaseType>
class scarab::base_registrar< XBaseType, void >

Definition at line 106 of file indexed_factory.hh.

Constructor & Destructor Documentation

◆ base_registrar()

base_registrar ( )
inline

Definition at line 109 of file indexed_factory.hh.

◆ ~base_registrar()

virtual ~base_registrar ( )
inlinevirtual

Definition at line 110 of file indexed_factory.hh.

Member Function Documentation

◆ create()

virtual XBaseType* create ( ) const
pure virtual

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