Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ACE_Init_ACE Class Reference

Initialize ACE library services. Can be called only once per program invocation. More...

#include <Init_ACE.h>

Inheritance diagram for ACE_Init_ACE:

Inheritance graph
[legend]
List of all members.

Static Public Methods

int init (void)
 This class implements the fucntions for the initialization and shutting down ACE. More...

int fini (void)
 Shut down ACE library services. More...


Static Private Attributes

unsigned int init_fini_count_ = 0
 Counter to match <init>/<fini> calls. More...


Detailed Description

Initialize ACE library services. Can be called only once per program invocation.


Member Function Documentation

int ACE_Init_ACE::fini void    [static]
 

Shut down ACE library services.

Can be called only once per program invocation.

int ACE_Init_ACE::init void    [static]
 

This class implements the fucntions for the initialization and shutting down ACE.

These functions are called only once per ACE invokation.


Member Data Documentation

unsigned int ACE_Init_ACE::init_fini_count_ = 0 [static, private]
 

Counter to match <init>/<fini> calls.

<init> must increment it; <fini> must decrement it. <fini> then does nothing until it reaches 0.


The documentation for this class was generated from the following files:
Generated on Thu May 23 00:18:08 2002 for ACE by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001