class emcObjectManagerRegister

(Singleton) Register to keep track of all the OMs

Public Methods

[more]static emcObjectManagerRegister* GetInstance(void)
Get THE instance of this class
[more]virtual void AddObjectManager(emcObjectManager*)
Register an ObjectManager
[more]virtual emcObjectManager* GetObjectManager(const char*)
Get an ObjectManager by name
[more]virtual const emcObjectManagerMap& GetObjectManagerMap(void)
FIXME we should not return the map but provide couple of method to iterate over the registered ObjectManager instead, or have an external iterator ?


Documentation

(Singleton) Register to keep track of all the OMs
ostatic emcObjectManagerRegister* GetInstance(void)
Get THE instance of this class

ovirtual void AddObjectManager(emcObjectManager*)
Register an ObjectManager

ovirtual emcObjectManager* GetObjectManager(const char*)
Get an ObjectManager by name

ovirtual const emcObjectManagerMap& GetObjectManagerMap(void)
FIXME we should not return the map but provide couple of method to iterate over the registered ObjectManager instead, or have an external iterator ?


This class has no child classes.
Author:
L. Aphecetche

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.