diff options
Diffstat (limited to '')
-rw-r--r-- | docs/doxygen/nel/a05988.html | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/docs/doxygen/nel/a05988.html b/docs/doxygen/nel/a05988.html new file mode 100644 index 00000000..7f9d35c9 --- /dev/null +++ b/docs/doxygen/nel/a05988.html @@ -0,0 +1,70 @@ +<!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>NeL: memory_tds.h Source File</title> +<link href="doxygen.css" rel="stylesheet" type="text/css"> +</head><body> +<!-- Generated by Doxygen 1.3.6 --> +<div class="qindex"> <form class="search" action="search.php" method="get"> +<a class="qindex" href="main.html">Main Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="namespacemembers.html">Namespace Members</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related Pages</a> | <span class="search"><u>S</u>earch for <input class="search" type="text" name="query" value="" size="20" accesskey="s"/></span></form></div> +<h1>memory_tds.h</h1><a href="a04565.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 +00007 <span class="comment">/* Copyright, 2000-2002 Nevrax Ltd.</span> +00008 <span class="comment"> *</span> +00009 <span class="comment"> * This file is part of NEVRAX NEL.</span> +00010 <span class="comment"> * NEVRAX NEL is free software; you can redistribute it and/or modify</span> +00011 <span class="comment"> * it under the terms of the GNU General Public License as published by</span> +00012 <span class="comment"> * the Free Software Foundation; either version 2, or (at your option)</span> +00013 <span class="comment"> * any later version.</span> +00014 <span class="comment"></span> +00015 <span class="comment"> * NEVRAX NEL is distributed in the hope that it will be useful, but</span> +00016 <span class="comment"> * WITHOUT ANY WARRANTY; without even the implied warranty of</span> +00017 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU</span> +00018 <span class="comment"> * General Public License for more details.</span> +00019 <span class="comment"></span> +00020 <span class="comment"> * You should have received a copy of the GNU General Public License</span> +00021 <span class="comment"> * along with NEVRAX NEL; see the file COPYING. If not, write to the</span> +00022 <span class="comment"> * Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,</span> +00023 <span class="comment"> * MA 02111-1307, USA.</span> +00024 <span class="comment"> */</span> +00025 +00026 <span class="preprocessor">#ifndef NL_MEMORY_TDS_H</span> +00027 <span class="preprocessor"></span><span class="preprocessor">#define NL_MEMORY_TDS_H</span> +00028 <span class="preprocessor"></span> +00029 <span class="preprocessor">#include "<a class="code" href="a04558.html">memory_common.h</a>"</span> +00030 +00031 <span class="keyword">namespace </span>NLMEMORY { +00032 +00033 +<a name="l00044"></a><a class="code" href="a02856.html">00044</a> <span class="keyword">class </span><a class="code" href="a02856.html">CMemoryTDS</a> +00045 { +00046 <span class="keyword">public</span>: +00047 +00049 <a class="code" href="a02856.html#NLMEMORY_1_1CMemoryTDSa0">CMemoryTDS</a> (); +00050 +00052 <a class="code" href="a02856.html#NLMEMORY_1_1CMemoryTDSa3">~CMemoryTDS</a> (); +00053 +00055 <span class="keywordtype">void</span> *<a class="code" href="a02856.html#NLMEMORY_1_1CMemoryTDSa1">getPointer</a> () <span class="keyword">const</span>; +00056 +00058 <span class="keywordtype">void</span> <a class="code" href="a02856.html#NLMEMORY_1_1CMemoryTDSa2">setPointer</a> (<span class="keywordtype">void</span>* <a class="code" href="a04223.html#a570">pointer</a>); +00059 +00060 <span class="keyword">private</span>: +00061 <span class="preprocessor">#ifdef NL_OS_WINDOWS</span> +00062 <span class="preprocessor"></span> <a class="code" href="a04558.html#a11">uint32</a> _Handle; +00063 <span class="preprocessor">#else // NL_OS_WINDOWS</span> +<a name="l00064"></a><a class="code" href="a02856.html#NLMEMORY_1_1CMemoryTDSr0">00064</a> <span class="preprocessor"></span> pthread_key_t <a class="code" href="a02856.html#NLMEMORY_1_1CMemoryTDSr0">_Key</a>; +00065 <span class="preprocessor">#endif // NL_OS_WINDOWS</span> +00066 <span class="preprocessor"></span> +00067 }; +00068 +00069 +00070 } <span class="comment">// NLMEMORY</span> +00071 +00072 +00073 <span class="preprocessor">#endif // NL_MEMORY_TDS_H</span> +00074 <span class="preprocessor"></span> +00075 <span class="comment">/* End of memory_tds.h */</span> +</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Mar 16 06:28:03 2004 for NeL by +<a href="http://www.doxygen.org/index.html"> +<img src="doxygen.png" alt="doxygen" align="middle" border=0 > +</a>1.3.6 </small></address> +</body> +</html> |