|
ACE
6.1.2
|
Base class for all ACE_Dynamic_Service instantiations. More...
#include <Dynamic_Service_Base.h>

Public Member Functions | |
| void | dump (void) const |
| Dump the current static of the object. | |
Protected Member Functions | |
| ACE_Dynamic_Service_Base (void) | |
| No need to create, or assign instances of this class. | |
| ~ACE_Dynamic_Service_Base (void) | |
| const ACE_Dynamic_Service_Base & | operator= (const ACE_Dynamic_Service_Base &) |
Static Protected Member Functions | |
| static void * | instance (const ACE_TCHAR *name, bool no_global=false) |
| static void * | instance (const ACE_Service_Gestalt *repo, const ACE_TCHAR *name, bool no_global=false) |
Static Private Member Functions | |
| static const ACE_Service_Type * | find_i (const ACE_Service_Gestalt *&repo, const ACE_TCHAR *name, bool no_global) |
Friends | |
| class | ACE_Dynamic_Service_Dependency |
Base class for all ACE_Dynamic_Service instantiations.
Factors out common code shared by all ACE_Dynamic_Service instantiations, this avoid code bloat.
|
protected |
No need to create, or assign instances of this class.
|
protected |
| void ACE_Dynamic_Service_Base::dump | ( | void | ) | const |
Dump the current static of the object.
|
staticprivate |
Implement the service search policy, i.e. "look for the service first locally and then globally"
|
staticprotected |
Perform the default repo search, but optionally skip searching the global repo.
Reimplemented in ACE_Dynamic_Service< TYPE >.
|
staticprotected |
Reimplemented in ACE_Dynamic_Service< TYPE >.
|
protected |
|
friend |
The dependency declaration class needs access to the service search policy, implemented by find_i()
1.8.0-20120409