ACE 8.0.0
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
Init_ACE.h File Reference

Namespaces

namespace  ACE
 The namespace containing the ACE framework itself.
 

Functions

int ACE::init ()
 
int ACE::fini ()
 

Variables

unsigned int ACE::init_fini_count_ = 0
 

Detailed Description

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().