Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ACE_Dynamic_Service Class Template Reference

Provides a general interface to retrieve arbitrary objects from the ACE service repository. More...

#include <Dynamic_Service.h>

Inheritance diagram for ACE_Dynamic_Service:

Inheritance graph
[legend]
Collaboration diagram for ACE_Dynamic_Service:

Collaboration graph
[legend]
List of all members.

Static Public Methods

TYPE * instance (const ACE_TCHAR *name)
 Return instance using <name> to search the Service_Repository. More...


Detailed Description

template<class TYPE>
class ACE_Dynamic_Service< TYPE >

Provides a general interface to retrieve arbitrary objects from the ACE service repository.

Uses "name" for lookup in the ACE service repository. Obtains the object and returns it as the appropriate type.


Member Function Documentation

template<class TYPE>
ACE_INLINE TYPE * ACE_Dynamic_Service< TYPE >::instance const ACE_TCHAR   name [static]
 

Return instance using <name> to search the Service_Repository.

Reimplemented from ACE_Dynamic_Service_Base.


The documentation for this class was generated from the following files:
Generated on Sun Feb 17 17:38:19 2002 for ACE by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001