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

Public Methods | |
| virtual | ~FactoryRegistryEntry () |
| virtual void | RemoveAndDelete ()=0 |
|
|
virtual destructor required here because the object may be deleted. Deleting this object type will *not* remove the entry, RemoveAndDelete should be called to delete AND remove and entry. This would be used when the factory registry is being deleted and the factory itself is not. |
|
|
RemoveAndDelete *will* remove an entry AND delete the registry entry. This is usually called by the factory when the factory is going away.
Implemented in at::FactoryRegister< w_InterfaceType, w_KeyType, w_CreatorType >::t_FactoryRegistryEntry. |
Generated for Austria by
and
MakeXS at Sun Oct 24 17:35:34 PDT 2004