Base class for all ACE_Dynamic_Service instantiations.
More...
#include <Dynamic_Service_Base.h>
|
void | dump () const |
| Dump the current static of the object.
|
|
Base class for all ACE_Dynamic_Service instantiations.
Factors out common code shared by all ACE_Dynamic_Service instantiations, this avoid code bloat.
◆ ACE_Dynamic_Service_Base()
ACE_Dynamic_Service_Base::ACE_Dynamic_Service_Base |
( |
| ) |
|
|
protected |
No need to create, or assign instances of this class.
◆ ~ACE_Dynamic_Service_Base()
ACE_Dynamic_Service_Base::~ACE_Dynamic_Service_Base |
( |
| ) |
|
|
protected |
◆ dump()
void ACE_Dynamic_Service_Base::dump |
( |
| ) |
const |
Dump the current static of the object.
◆ find_i()
Implement the service search policy, i.e. "look for the service first
locally and then globally"
◆ instance() [1/2]
◆ instance() [2/2]
Perform the default repo search, but optionally skip searching the global repo.
◆ operator=()
◆ ACE_Dynamic_Service_Dependency
The dependency declaration class needs access to the service search policy, implemented by find_i()
The documentation for this class was generated from the following files: