NCBI C++ ToolKit
|
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | IService |
IService – an abstraction that represents an application component providing specific functional capabilities via a special interface. More... | |
class | IServiceLocator |
IServiceLocator - an abstract mechanism for locating services. More... | |
class | IServiceLocatorConsumer |
IServiceLocatorConsumer - classes that need IServiceLocator should implement this interface. More... | |
Functions | |
template<class T > | |
void | Consumer_SetLocator (T *obj, IServiceLocator *locator) |