#include <at_factory.h>
Inheritance diagram for at::FactoryRegisterRegistry:

Public Types | |
| typedef PtrDelegate< FactoryRegisterBase * >(* | t_creator )() |
Public Methods | |
| virtual PtrDelegate< FactoryRegisterBase * > | FindOrCreate (const DKy &i_key, t_creator i_create_meth)=0 |
| virtual void | Shutdown ()=0 |
Static Public Methods | |
| PtrView< FactoryRegisterRegistry * > | Get () |
|
|
|
|
||||||||||||
|
Find will search the registry for the key required.
Implemented in at::FactoryRegisterRegistry_Impl. |
|
|
Get will return a pointer to the single factory register registry. This method is only available from the Austria library.
|
|
|
Shutdown will clear the factory registry. This can be used to guarentee references to factories are removed on shutdown. Implemented in at::FactoryRegisterRegistry_Impl. |
Generated for Austria by
and
MakeXS at Sun Oct 24 17:35:34 PDT 2004