zengine/doc/html/ZE__Error_8h.html

91 lines
4.1 KiB
HTML
Raw Normal View History

2002-11-21 05:40:49 +00:00
<!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>ZE_Error.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
2002-12-05 00:05:06 +00:00
<!-- Generated by Doxygen 1.3-rc1 -->
2002-11-21 05:40:49 +00:00
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
2002-12-05 00:05:06 +00:00
<hr><h1>/home/James/ZEngine-dev/include/ZE_Error.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
<dl compact><dt><b>File Header: </b></dt><dd>File: ZE_Error.h <br>
2002-11-21 05:40:49 +00:00
Description: Header file for ZEngine Error Handling Functions. <br>
Author(s): James Turk <br>
2002-12-05 00:05:06 +00:00
<br>
</dd></dl>
2002-11-21 05:40:49 +00:00
<p>
Definition file for ZEngine Error Logging + Formatting functions which are used for internal and external errors.
<p>
<code>#include "<a class="el" href="ZE__Includes_8h-source.html">ZE_Includes.h</a>"</code><br>
<p>
<a href="ZE__Error_8h-source.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>Namespaces</h2></td></tr>
<tr><td nowrap align=right valign=top>namespace &nbsp;</td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
<tr><td colspan=2><br><h2>Defines</h2></td></tr>
<tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="ZE__Error_8h.html#a0">GetError</a>(str)&nbsp;&nbsp;&nbsp;_GetError(__LINE__,__FILE__,str)</td></tr>
<tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="ZE__Error_8h.html#a1">LogError</a>(str)&nbsp;&nbsp;&nbsp;_LogError(__LINE__,__FILE__,str)</td></tr>
</table>
<hr><h2>Define Documentation</h2>
<a name="a0" doxytag="ZE_Error.h::GetError"></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"> #define GetError</td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">str&nbsp;</td>
<td class="mdname1" valign="top" nowrap>&nbsp; </td>
<td class="md" valign="top">)&nbsp;</td>
<td class="md" nowrap>&nbsp;&nbsp;&nbsp;_GetError(__LINE__,__FILE__,str)
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Creates a string about an error, telling what file it occured in and where, and gives a user defined string as well. </td>
</tr>
</table>
<a name="a1" doxytag="ZE_Error.h::LogError"></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"> #define LogError</td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">str&nbsp;</td>
<td class="mdname1" valign="top" nowrap>&nbsp; </td>
<td class="md" valign="top">)&nbsp;</td>
<td class="md" nowrap>&nbsp;&nbsp;&nbsp;_LogError(__LINE__,__FILE__,str)
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Logs a string about an error, telling what file it occured in and where, and gives a user defined string as well. </td>
</tr>
</table>
2002-12-05 00:05:06 +00:00
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:01:30 2002 for ZEngine by
2002-11-21 05:40:49 +00:00
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
2002-12-05 00:05:06 +00:00
width=110 height=53></a>1.3-rc1 </small></address>
2002-11-21 05:40:49 +00:00
</body>
</html>