ACE_Dynamic_Service< TYPE > Class Template ReferenceProvides a general interface to retrieve arbitrary objects from the ACE service repository. More...
Inheritance diagram for ACE_Dynamic_Service< TYPE >:
![]()
Collaboration diagram for ACE_Dynamic_Service< TYPE >:
![]()
Detailed Descriptiontemplate<class TYPE>
Provides a general interface to retrieve arbitrary objects from the ACE service repository.
|
ACE_Dynamic_Service< TYPE >::ACE_Dynamic_Service | ( | ) | [private] |
ACE_Dynamic_Service< TYPE >::ACE_Dynamic_Service | ( | const ACE_Dynamic_Service< TYPE > & | ) | [private] |
ACE_BEGIN_VERSIONED_NAMESPACE_DECL TYPE * ACE_Dynamic_Service< TYPE >::instance | ( | const ACE_TCHAR * | name | ) | [inline, static] |
Return instance using name to search the Service_Repository.
TYPE * ACE_Dynamic_Service< TYPE >::instance | ( | const ACE_TCHAR * | name, | |
bool | no_global | |||
) | [inline, static] |
Perform the default repo search, but optionally skip searching the global repo.
Reimplemented from ACE_Dynamic_Service_Base.
TYPE * ACE_Dynamic_Service< TYPE >::instance | ( | const ACE_Service_Gestalt * | repo, | |
const ACE_TCHAR * | name | |||
) | [inline, static] |
TYPE * ACE_Dynamic_Service< TYPE >::instance | ( | const ACE_Service_Gestalt * | repo, | |
const ACE_TCHAR * | name, | |||
bool | no_global | |||
) | [inline, static] |
Reimplemented from ACE_Dynamic_Service_Base.
ACE_Dynamic_Service& ACE_Dynamic_Service< TYPE >::operator= | ( | const ACE_Dynamic_Service< TYPE > & | ) | [private] |