diff options
author | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
commit | 0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch) | |
tree | 2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /docs/doxygen/nel/a05167.html | |
download | nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip |
Initial commit
Diffstat (limited to '')
-rw-r--r-- | docs/doxygen/nel/a05167.html | 575 |
1 files changed, 575 insertions, 0 deletions
diff --git a/docs/doxygen/nel/a05167.html b/docs/doxygen/nel/a05167.html new file mode 100644 index 00000000..ac7c5869 --- /dev/null +++ b/docs/doxygen/nel/a05167.html @@ -0,0 +1,575 @@ +<!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: types_nl.h File Reference</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>types_nl.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2> +Basic types, define and class<p> +<dl compact><dt><b>Id</b></dt><dd><a class="el" href="a05167.html">types_nl.h</a>,v 1.44 2004/01/08 15:13:03 lecroart Exp </dd></dl> +<p> +Available constantes:<ul> +<li>NL_OS_WINDOWS : windows operating system (32bits only)</li><li>NL_OS_UNIX : unix operating system (GNU/Linux and other)</li></ul> +<p> +<ul> +<li>NL_LITTLE_ENDIAN : x86 processor</li><li>NL_BIG_ENDIAN : other processor</li></ul> +<p> +<ul> +<li>NL_DEBUG : no optimization, full debug information, all log for the client</li><li>NL_RELEASE : full optimization, no debug information, no log for the client</li></ul> + +<p> +Definition in file <a class="el" href="a06590.html">types_nl.h</a>. +<p> +<code>#include <string></code><br> +<code>#include <exception></code><br> +<code>#include <sys/types.h></code><br> +<code>#include "<a class="el" href="a05984.html">nel/memory/memory_manager.h</a>"</code><br> + +<p> +<a href="a06590.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0> +<tr><td></td></tr> +<tr><td colspan=2><br><h2>Defines</h2></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="a05167.html#a5">INT64_CONSTANT</a>(c) (c##LL)</td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="a05167.html#a1">NL_COMP_GCC</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="a05167.html#a4">NL_I64</a> "ll"</td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="a05167.html#a2">NL_LITTLE_ENDIAN</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="a05167.html#a3">NL_NO_ASM</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="a05167.html#a0">NL_OS_UNIX</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="a05167.html#a6">SINT64_CONSTANT</a>(c) (c##LL)</td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="a05167.html#a7">UINT64_CONSTANT</a>(c) (c##ULL)</td></tr> + +<tr><td colspan=2><br><h2>Typedefs</h2></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>typedef int </td><td class="memItemRight" valign=bottom><a class="el" href="a05167.html#a16">sint</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>typedef int16_t </td><td class="memItemRight" valign=bottom><a class="el" href="a05167.html#a10">sint16</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>typedef int32_t </td><td class="memItemRight" valign=bottom><a class="el" href="a05167.html#a12">sint32</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>typedef long long int </td><td class="memItemRight" valign=bottom><a class="el" href="a05167.html#a14">sint64</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>typedef int8_t </td><td class="memItemRight" valign=bottom><a class="el" href="a05167.html#a8">sint8</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>typedef <a class="el" href="a04558.html#a9">uint16</a> </td><td class="memItemRight" valign=bottom><a class="el" href="a05167.html#a18">ucchar</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>typedef unsigned int </td><td class="memItemRight" valign=bottom><a class="el" href="a05167.html#a17">uint</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>typedef u_int16_t </td><td class="memItemRight" valign=bottom><a class="el" href="a05167.html#a11">uint16</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>typedef u_int32_t </td><td class="memItemRight" valign=bottom><a class="el" href="a05167.html#a13">uint32</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>typedef unsigned long long int </td><td class="memItemRight" valign=bottom><a class="el" href="a05167.html#a15">uint64</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>typedef u_int8_t </td><td class="memItemRight" valign=bottom><a class="el" href="a05167.html#a9">uint8</a></td></tr> + +</table> +<hr><h2>Define Documentation</h2> +<a class="anchor" name="a5" doxytag="types_nl.h::INT64_CONSTANT" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> #define INT64_CONSTANT</td> + <td class="md" valign="top">( </td> + <td class="md" nowrap valign="top">c </td> + <td class="mdname1" valign="top" nowrap> </td> + <td class="md" valign="top"> ) </td> + <td class="md" nowrap> (c##LL) + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a06590.html#l00245">245</a> of file <a class="el" href="a06590.html">types_nl.h</a>. +<p> +Referenced by <a class="el" href="a05706.html#l00110">NL3D::CFastHLSModifier::applyHLSMod()</a>. </td> + </tr> +</table> +<a class="anchor" name="a1" doxytag="types_nl.h::NL_COMP_GCC" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> #define NL_COMP_GCC + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a06590.html#l00068">68</a> of file <a class="el" href="a06590.html">types_nl.h</a>. </td> + </tr> +</table> +<a class="anchor" name="a4" doxytag="types_nl.h::NL_I64" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> #define NL_I64 "ll" + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> +Used to display a int64 in a platform independant way with printf. <pre class="fragment"><div> printf(<span class="stringliteral">"the value is: %"</span>NL_I64<span class="stringliteral">"d\n"</span>n, int64value); +</div></pre> +<p> +Definition at line <a class="el" href="a06590.html#l00226">226</a> of file <a class="el" href="a06590.html">types_nl.h</a>. </td> + </tr> +</table> +<a class="anchor" name="a2" doxytag="types_nl.h::NL_LITTLE_ENDIAN" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> #define NL_LITTLE_ENDIAN + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a06590.html#l00072">72</a> of file <a class="el" href="a06590.html">types_nl.h</a>. </td> + </tr> +</table> +<a class="anchor" name="a3" doxytag="types_nl.h::NL_NO_ASM" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> #define NL_NO_ASM + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a06590.html#l00115">115</a> of file <a class="el" href="a06590.html">types_nl.h</a>. </td> + </tr> +</table> +<a class="anchor" name="a0" doxytag="types_nl.h::NL_OS_UNIX" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> #define NL_OS_UNIX + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a06590.html#l00067">67</a> of file <a class="el" href="a06590.html">types_nl.h</a>. </td> + </tr> +</table> +<a class="anchor" name="a6" doxytag="types_nl.h::SINT64_CONSTANT" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> #define SINT64_CONSTANT</td> + <td class="md" valign="top">( </td> + <td class="md" nowrap valign="top">c </td> + <td class="mdname1" valign="top" nowrap> </td> + <td class="md" valign="top"> ) </td> + <td class="md" nowrap> (c##LL) + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a06590.html#l00246">246</a> of file <a class="el" href="a06590.html">types_nl.h</a>. +<p> +Referenced by <a class="el" href="a05586.html#l00903">NLMISC::nlfseek64()</a>. </td> + </tr> +</table> +<a class="anchor" name="a7" doxytag="types_nl.h::UINT64_CONSTANT" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> #define UINT64_CONSTANT</td> + <td class="md" valign="top">( </td> + <td class="md" nowrap valign="top">c </td> + <td class="mdname1" valign="top" nowrap> </td> + <td class="md" valign="top"> ) </td> + <td class="md" nowrap> (c##ULL) + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a06590.html#l00247">247</a> of file <a class="el" href="a06590.html">types_nl.h</a>. </td> + </tr> +</table> +<hr><h2>Typedef Documentation</h2> +<a class="anchor" name="a16" doxytag="types_nl.h::sint" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> typedef int <a class="el" href="a04558.html#a14">sint</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a06590.html#l00223">223</a> of file <a class="el" href="a06590.html">types_nl.h</a>. +<p> +Referenced by <a class="el" href="a05937.html#l00572">NL3D::CLodCharacterShape::getAnimKey()</a>, <a class="el" href="a06526.html#l00136">NL3D::CTextureGrouped::getUVQuad()</a>, and <a class="el" href="a06429.html#l00562">NLSOUND::CSourceDSound::xfade()</a>. </td> + </tr> +</table> +<a class="anchor" name="a10" doxytag="types_nl.h::sint16" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> typedef int16_t <a class="el" href="a04558.html#a8">sint16</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a06590.html#l00216">216</a> of file <a class="el" href="a06590.html">types_nl.h</a>. +<p> +Referenced by <a class="el" href="a06429.html#l00432">NLSOUND::CSourceDSound::fillData()</a>. </td> + </tr> +</table> +<a class="anchor" name="a12" doxytag="types_nl.h::sint32" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> typedef int32_t <a class="el" href="a04558.html#a10">sint32</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a06590.html#l00218">218</a> of file <a class="el" href="a06590.html">types_nl.h</a>. +<p> +Referenced by <a class="el" href="a05591.html#l00056">NLSOUND::CComplexSound::getDuration()</a>, <a class="el" href="a06312.html#l00076">NLMISC::CRandom::rand()</a>, <a class="el" href="a06312.html#l00083">NLMISC::CRandom::randPlusMinus()</a>, and <a class="el" href="a05565.html#l00481">NLSOUND::CClusteredSound::soundTraverse()</a>. </td> + </tr> +</table> +<a class="anchor" name="a14" doxytag="types_nl.h::sint64" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> typedef long long int <a class="el" href="a04558.html#a12">sint64</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a06590.html#l00220">220</a> of file <a class="el" href="a06590.html">types_nl.h</a>. </td> + </tr> +</table> +<a class="anchor" name="a8" doxytag="types_nl.h::sint8" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> typedef int8_t <a class="el" href="a04558.html#a6">sint8</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a06590.html#l00214">214</a> of file <a class="el" href="a06590.html">types_nl.h</a>. </td> + </tr> +</table> +<a class="anchor" name="a18" doxytag="types_nl.h::ucchar" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> <a class="el" href="a05167.html#a18">ucchar</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> +An unicode character (16 bits) +<p> +Definition at line <a class="el" href="a06590.html#l00236">236</a> of file <a class="el" href="a06590.html">types_nl.h</a>. +<p> +Referenced by <a class="el" href="a06640.html#l00125">ucstring::c_str()</a>, <a class="el" href="a05691.html#l00312">NLMISC::CEventChar::CEventChar()</a>, <a class="el" href="a06640.html#l00191">ucstring::fromUtf8()</a>, <a class="el" href="a05720.html#l00173">NL3D::CFontGenerator::getBitmap()</a>, <a class="el" href="a05720.html#l00252">NL3D::CFontGenerator::getCharIndex()</a>, <a class="el" href="a05720.html#l00230">NL3D::CFontGenerator::getKerning()</a>, <a class="el" href="a05720.html#l00146">NL3D::CFontGenerator::getSizes()</a>, <a class="el" href="a05798.html#l00716">NLMISC::CI18N::hashToUCString()</a>, <a class="el" href="a05634.html#l00071">STRING_MANAGER::loadStringFile()</a>, <a class="el" href="a05798.html#l00590">NLMISC::CI18N::makeMarkedString()</a>, <a class="el" href="a06640.html#l00270">operator+()</a>, <a class="el" href="a06640.html#l00090">ucstring::operator+=()</a>, <a class="el" href="a06640.html#l00057">ucstring::operator=()</a>, <a class="el" href="a05798.html#l00297">NLMISC::CI18N::parseMarkedString()</a>, <a class="el" href="a05634.html#l00578">STRING_MANAGER::readExcelSheet()</a>, and <a class="el" href="a06640.html#l00151">ucstring::toUtf8()</a>. </td> + </tr> +</table> +<a class="anchor" name="a17" doxytag="types_nl.h::uint" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> typedef unsigned int <a class="el" href="a04558.html#a15">uint</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a06590.html#l00224">224</a> of file <a class="el" href="a06590.html">types_nl.h</a>. +<p> +Referenced by <a class="el" href="a05465.html#l00358">NLSOUND::CAudioMixerUser::init()</a>, <a class="el" href="a05466.html#l00078">NLSOUND::THashPtr< Pointer >::operator()()</a>, <a class="el" href="a06429.html#l00688">NLSOUND::CSourceDSound::play()</a>, and <a class="el" href="a06429.html#l01059">NLSOUND::CSourceDSound::update()</a>. </td> + </tr> +</table> +<a class="anchor" name="a11" doxytag="types_nl.h::uint16" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> typedef u_int16_t <a class="el" href="a04558.html#a9">uint16</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a06590.html#l00217">217</a> of file <a class="el" href="a06590.html">types_nl.h</a>. +<p> +Referenced by <a class="el" href="a05634.html#l00578">STRING_MANAGER::readExcelSheet()</a>. </td> + </tr> +</table> +<a class="anchor" name="a13" doxytag="types_nl.h::uint32" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> typedef u_int32_t <a class="el" href="a04558.html#a11">uint32</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a06590.html#l00219">219</a> of file <a class="el" href="a06590.html">types_nl.h</a>. +<p> +Referenced by <a class="el" href="a06429.html#l00517">NLSOUND::CSourceDSound::fillData()</a>, <a class="el" href="a06429.html#l00537">NLSOUND::CSourceDSound::fillSilence()</a>, <a class="el" href="a06219.html#l01172">NL3D::CPSAttribMakerT< T, F >::get()</a>, <a class="el" href="a05591.html#l00056">NLSOUND::CComplexSound::getDuration()</a>, <a class="el" href="a06429.html#l00203">NLSOUND::CSourceDSound::getTime()</a>, <a class="el" href="a06427.html#l00222">NLSOUND::CSourceCommon::getTime()</a>, <a class="el" href="a05593.html#l00441">NLSOUND::CComplexSource::getTime()</a>, <a class="el" href="a05798.html#l00679">NLMISC::CI18N::makeHash()</a>, <a class="el" href="a05593.html#l00456">NLSOUND::CComplexSource::onUpdate()</a>, and <a class="el" href="a05593.html#l00105">NLSOUND::CComplexSource::playStuf()</a>. </td> + </tr> +</table> +<a class="anchor" name="a15" doxytag="types_nl.h::uint64" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> typedef unsigned long long int <a class="el" href="a04558.html#a13">uint64</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a06590.html#l00221">221</a> of file <a class="el" href="a06590.html">types_nl.h</a>. +<p> +Referenced by <a class="el" href="a05593.html#l00577">NLSOUND::CComplexSource::onEvent()</a>, <a class="el" href="a05593.html#l00105">NLSOUND::CComplexSource::playStuf()</a>, and <a class="el" href="a05471.html#l01312">NLSOUND::CBackgroundSoundManager::setBackgroundFlags()</a>. </td> + </tr> +</table> +<a class="anchor" name="a9" doxytag="types_nl.h::uint8" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> typedef u_int8_t <a class="el" href="a04558.html#a7">uint8</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a06590.html#l00215">215</a> of file <a class="el" href="a06590.html">types_nl.h</a>. +<p> +Referenced by <a class="el" href="a06540.html#l00046">NL3D::CTileElement::getTileOrient()</a>, and <a class="el" href="a05486.html#l01590">NLMISC::CBitmap::setMipMapCount()</a>. </td> + </tr> +</table> +<hr size="1"><address style="align: right;"><small>Generated on Tue Mar 16 06:43:27 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> |