SIMLIB/C++  3.07
Namespaces | Functions | Variables
atexit.cc File Reference

Implementation of global objects for cleanup. More...

#include "simlib.h"
#include "internal.h"
Include dependency graph for atexit.cc:

Go to the source code of this file.

Namespaces

 simlib3
 Implementation of class CalendarList
interface is static - using global functions in SQS namespace.
 

Functions

void simlib3::SIMLIB_atexit (SIMLIB_atexit_function_t p)
 
static void simlib3::SIMLIB_atexit_call ()
 

Variables

static const int simlib3::MAX_ATEXIT = 10
 
static int simlib3::counter = 0
 
static SIMLIB_atexit_function_t simlib3::atexit_array [MAX_ATEXIT] = { 0, }
 

Detailed Description

Implementation of global objects for cleanup.

Definition in file atexit.cc.