ACE
6.1.0
|
Namespaces | |
namespace | ACE |
The namespace containing the ACE framework itself. | |
Functions | |
int | ACE::init (void) |
int | ACE::fini (void) |
Variables | |
unsigned int | ACE::init_fini_count_ = 0 |
Initialize and finalize the ACE library services. You can generally execute the ACE::init() and ACE::fini() sequence multiple times, but be aware that nothing that ACE controls (e.g., singletons, thread-specific services, loaded services, etc.) will survive the ACE::fini().