Factory Manager Singleton cache for EventGeneratorFactory objects. The manager creates and caches the factories and keeps them in scope for the duration of its lifecycle.
More...
#include <eventgeneratorfactorymanager.h>
Factory Manager Singleton cache for EventGeneratorFactory objects. The manager creates and caches the factories and keeps them in scope for the duration of its lifecycle.
Definition at line 56 of file eventgeneratorfactorymanager.h.
◆ ~EventGeneratorFactoryManager()
EMANE::EventGeneratorFactoryManager::~EventGeneratorFactoryManager |
( |
| ) |
|
◆ EventGeneratorFactoryManager()
EMANE::EventGeneratorFactoryManager::EventGeneratorFactoryManager |
( |
| ) |
|
|
protected |
◆ destroy()
Destroys the single instance of type T. Once destroyed it cannot be used or recreated. This is not a thread-safe method.
Definition at line 67 of file singleton.h.
◆ getEventGeneratorFactory()
◆ instance()
Provides thread-safe access to a single instance of type T. It does not provide thread-safety for T methods.
- Returns
- A pointer to T
Definition at line 56 of file singleton.h.
The documentation for this class was generated from the following files: