📄 annotated.html
字号:
<!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>Annotated Index</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.2.18 --><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>ZIG Compound List</h1>Here are the classes, structs, unions and interfaces with brief descriptions:<table> <tr><td class="indexkey"><a class="el" href="classaddress__c.html">address_c</a></td><td class="indexvalue">Represents an IPv4 address (x.x.x.x) with port number between 0 and 65535 (like a NLaddress)</td></tr> <tr><td class="indexkey"><a class="el" href="classbuffer__c.html">buffer_c</a></td><td class="indexvalue">A very flexible data buffer, supports copy constructor, assignment, put stuff, get stuff, seek, clear, etc</td></tr> <tr><td class="indexkey"><a class="el" href="classchannel__c.html">channel_c</a></td><td class="indexvalue">A wrapper to a connected NL TCP socket, created by and associated to a <a class="el" href="classzigclient__c.html">zigclient_c</a> or <a class="el" href="classzigserver__c.html">zigserver_c</a> (you will not instantiate this class yourself)</td></tr> <tr><td class="indexkey"><a class="el" href="classconsole__c.html">console_c</a></td><td class="indexvalue">A generic text I/O console class, needs to be subclassed to interface with input/rendering code</td></tr> <tr><td class="indexkey"><a class="el" href="classfile__c.html">file_c</a></td><td class="indexvalue">Represents a name of a file or a directory, relative or not, has operations for extracting or adding path, file name, extension, etc</td></tr> <tr><td class="indexkey"><a class="el" href="classfile__finder__c.html">file_finder_c</a></td><td class="indexvalue">An utility class for searching directories for files</td></tr> <tr><td class="indexkey"><a class="el" href="classserializable__c.html">serializable_c</a></td><td class="indexvalue">The ancestor of all readable/writeable objects</td></tr> <tr><td class="indexkey"><a class="el" href="classzigclient__c.html">zigclient_c</a></td><td class="indexvalue">The client class; extend this class (overriding the marked methods) to implement your own "game client" class</td></tr> <tr><td class="indexkey"><a class="el" href="classziglet__c.html">ziglet_c</a></td><td class="indexvalue">A "ziglet" represents a filesystem directory (folder) where there are "ziglet components" (resource files). ziglet_c offers methods for listing the components and doing version checking on the whole resource directory. You will not instantiate this class yourself, the instances are created for you by a <a class="el" href="classziglet__manager__c.html">ziglet_manager_c</a></td></tr> <tr><td class="indexkey"><a class="el" href="classziglet__component__c.html">ziglet_component_c</a></td><td class="indexvalue">A "ziglet component" instance represents a single resource file (graphics, sound, scripts, etc.). You will not instantiate this class yourself, the instances are created for you by a <a class="el" href="classziglet__c.html">ziglet_c</a></td></tr> <tr><td class="indexkey"><a class="el" href="classziglet__manager__c.html">ziglet_manager_c</a></td><td class="indexvalue">The ziglet manager is the object responsible for locating ziglets on disk and creating <a class="el" href="classziglet__c.html">ziglet_c</a> instances that represent those ziglets on disk. You will not instantiate this class yourself; you may get a reference to it calling <a class="el" href="classzigclient__c.html#a48">zigclient_c::get_ziglet_manager()</a> or <a class="el" href="classzigserver__c.html#a43">zigserver_c::get_ziglet_manager()</a></td></tr> <tr><td class="indexkey"><a class="el" href="classzigserver__c.html">zigserver_c</a></td><td class="indexvalue">The server class; extend this class (overriding the marked methods) to implement your own "game server" class</td></tr></table><hr><address style="align: right;"><small>Generated on Mon Jan 24 21:14:23 2005 for ZIG by<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border=0 width=110 height=53></a>1.2.18 </small></address></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -