Click here to Skip to main content
15,886,037 members
Articles / Desktop Programming / MFC

Portable thread-based garbage collection library, for C++

Rate me:
Please Sign up or sign in to vote.
4.47/5 (6 votes)
19 May 20065 min read 31.2K   331   21  
a description of LibGC, a portable thread-based garbage collection library for C++
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>LibGC: libgc::gc&lt; T &gt; Class Template Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.4 -->
<div class="qindex"><a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a></div>
<div class="nav">
<b>libgc</b>::<a class="el" href="classlibgc_1_1gc.html">gc</a></div>
<h1>libgc::gc&lt; T &gt; Class Template Reference</h1><!-- doxytag: class="libgc::gc" --><!-- doxytag: inherits="libgc::object" --><p>Inheritance diagram for libgc::gc&lt; T &gt;:
<p><center><img src="classlibgc_1_1gc.png" usemap="#libgc::gc< T >_map" border="0" alt=""></center>
<map name="libgc::gc< T >_map">
<area href="classlibgc_1_1object.html" alt="libgc::object" shape="rect" coords="0,0,90,24">
</map>
<a href="classlibgc_1_1gc-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
<h3>template&lt;class T&gt;<br>
 class libgc::gc&lt; T &gt;</h3>

wrapper class that provides garbage collection for non-garbage-collected classes. 
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>T</em>&nbsp;</td><td>type of base class.</td></tr>
  </table>
</dl>

<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Sat May 20 03:27:51 2006 for LibGC by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
</body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer (Senior)
Greece Greece
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions