GCpp::GC_pause Class Reference

scoped allocator pause More...

#include <gc++.hpp>

List of all members.

Public Member Functions

 GC_pause ()
 Constructor.
 ~GC_pause ()
 Destructor.


Detailed Description

scoped allocator pause

During the lifetime of instances of this time, the collctor is stopped. Instances may be nested. An explicit call to GC::collect still forces a collection.

Definition at line 403 of file gc++.hpp.


Constructor & Destructor Documentation

GC_pause::GC_pause (  ) 

Constructor.

Increases stop counter.

Definition at line 87 of file gc++.cxx.

References GCpp::GC::stop().

Here is the call graph for this function:

GC_pause::~GC_pause (  ) 

Destructor.

Decreases stop counter. Once it drops to zero, automatic collection continues.

Definition at line 93 of file gc++.cxx.

References GCpp::GC::start().

Here is the call graph for this function:


The documentation for this class was generated from the following files:
Generated on Thu Dec 27 14:02:01 2007 for GC++ by  doxygen 1.5.4