|
commore
1.0.6-SNAPSHOT
|
#include <Interface.h>
Inheritance diagram for commore::InterfaceFactory:Public Member Functions | |
| InterfaceFactory (const AChar *name) | |
| virtual | ~InterfaceFactory () |
| const AString & | get_class_name () const |
| virtual PInterface | create (const AChar *name, PService &service)=0 |
Static Public Member Functions | |
| static int | get (const AChar *className, List< InterfaceFactory * > &factoryList) |
Factory Interface
| InterfaceFactory::InterfaceFactory | ( | const AChar * | name | ) |
|
virtual |
|
pure virtual |
Implemented in commore::DummyInterfaceFactory< I >.
|
static |
|
inline |