genericvalues_8h.html
来自「仿真人工智能是指用人工的方法和技术」· HTML 代码 · 共 109 行
HTML
109 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>GenericValues.h File Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body bgcolor="#ffffff"><!-- Generated by Doxygen 1.2.12 --><center><a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center><hr><h1>GenericValues.h File Reference</h1><code>#include <ostream.h></code><br><p>Include dependency graph for GenericValues.h:<p><center><img src="GenericValues_8h__incl.gif" border="0" usemap="#GenericValues.h_map" alt="Include dependency graph"></center><map name="GenericValues.h_map"></map><p>This graph shows which files directly or indirectly include this file:<p><center><img src="GenericValues_8h__dep__incl.gif" border="0" usemap="#GenericValues.hdep_map" alt="Included by dependency graph"></center><map name="GenericValues.hdep_map"><area href="ServerSettings_8h.html" shape="rect" coords="306,480,407,499" alt=""><area href="SoccerTypes_8h.html" shape="rect" coords="105,413,195,432" alt=""><area href="Objects_8h.html" shape="rect" coords="210,347,274,365" alt=""><area href="WorldModel_8h.html" shape="rect" coords="413,280,503,299" alt=""><area href="PlayerSettings_8h.html" shape="rect" coords="409,347,507,365" alt=""><area href="ActHandler_8h.html" shape="rect" coords="787,213,873,232" alt=""><area href="ActHandler_8C.html" shape="rect" coords="630,147,718,165" alt=""><area href="BasicPlayer_8h.html" shape="rect" coords="742,147,827,165" alt=""><area href="BasicPlayer_8C.html" shape="rect" coords="789,80,877,99" alt=""><area href="Player_8h.html" shape="rect" coords="709,80,765,99" alt=""><area href="Formations_8h.html" shape="rect" coords="335,147,418,165" alt=""><area href="main_8C.html" shape="rect" coords="875,13,926,32" alt=""><area href="SenseHandler_8h.html" shape="rect" coords="897,213,993,232" alt=""><area href="Player_8C.html" shape="rect" coords="707,13,766,32" alt=""><area href="SenseHandler_8C.html" shape="rect" coords="851,147,950,165" alt=""><area href="WorldModel_8C.html" shape="rect" coords="182,213,275,232" alt=""><area href="WorldModelHighLevel_8C.html" shape="rect" coords="299,213,451,232" alt=""><area href="WorldModelPredict_8C.html" shape="rect" coords="475,213,606,232" alt=""><area href="WorldModelUpdate_8C.html" shape="rect" coords="630,213,763,232" alt=""><area href="Objects_8C.html" shape="rect" coords="209,280,275,299" alt=""><area href="Formations_8C.html" shape="rect" coords="334,80,419,99" alt=""><area href="SoccerTypes_8C.html" shape="rect" coords="14,347,107,365" alt=""><area href="ServerSettings_8C.html" shape="rect" coords="306,413,407,432" alt=""><area href="PlayerSettings_8C.html" shape="rect" coords="527,280,629,299" alt=""><area href="GenericValues_8C.html" shape="rect" coords="493,480,597,499" alt=""></map><p><a href="GenericValues_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0><tr><td colspan=2><br><h2>Compounds</h2></td></tr><tr><td nowrap align=right valign=top>class </td><td valign=bottom><a class="el" href="classGenericValues.html">GenericValues</a></td></tr><tr><td nowrap align=right valign=top>class </td><td valign=bottom><a class="el" href="classGenericValueT.html">GenericValueT</a></td></tr><tr><td colspan=2><br><h2>Enumerations</h2></td></tr><tr><td nowrap align=right valign=top>enum </td><td valign=bottom><a class="el" href="GenericValues_8h.html#a4">GenericValueKind</a> { <b>GENERIC_VALUE_DOUBLE</b> = 0, <b>GENERIC_VALUE_STRING</b> = 1, <b>GENERIC_VALUE_BOOLEAN</b> = 2, <b>GENERIC_VALUE_INTEGER</b> = 3 }</td></tr></table><hr><a name="_details"></a><h2>Detailed Description</h2> <pre><b>File:</b> <a class="el" href="GenericValues_8h.html">GenericValues.h</a><b>Project:</b> Robocup Soccer Simulation Team: UvA Trilearn 2001<b>Authors:</b> Jelle Kok and Remco de Boer<b>Created:</b> 28/11/2000<b>Last Revision:</b> 06/02/2002<b>Contents:</b> Header file for classes <a class="el" href="classGenericValueT.html">GenericValueT</a> and <a class="el" href="classGenericValues.html">GenericValues</a>. The class <a class="el" href="classGenericValueT.html">GenericValueT</a> contains a pointer to a variable of a generic type (double, char*, bool, int). This pointer is associated with a string. The class <a class="el" href="classGenericValues.html">GenericValues</a> contains a collection of <a class="el" href="classGenericValueT.html">GenericValueT</a> objects. All the member data and member method declarations for both classes can be found in this file.</pre> </pre><p><p>Definition in file <a class="el" href="GenericValues_8h-source.html">GenericValues.h</a>.<hr><h2>Enumeration Type Documentation</h2><a name="a4" doxytag="GenericValues.h::GenericValueKind"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> enum GenericValueKind </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>This enumeration contains all generic values used throughout the code. <p>Definition at line <a class="el" href="GenericValues_8h-source.html#l00053">53</a> of file <a class="el" href="GenericValues_8h-source.html">GenericValues.h</a>.<p>Referenced by <a class="el" href="GenericValues_8C-source.html#l00266">GenericValues::addSetting</a>(), and <a class="el" href="GenericValues_8C-source.html#l00068">GenericValueT::GenericValueT</a>(). </td> </tr></table><hr><address><small>Generated on Thu Mar 7 00:37:46 2002 for UvA Trilearn 2001 by<a href="http://www.doxygen.org/index.html"><img src="doxygen.gif" alt="doxygen" align="middle" border=0 width=110 height=53></a>1.2.12 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>, © 1997-2001</small></address></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?