<!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> <!-- Generated by Doxygen 1.3-rc2 --> <center> <a class="qindex" href="index.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="annotated.html">Compound List</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">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center> <hr><h1>/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: <a class="el" href="ZE__Error_8h.html">ZE_Error.h</a> <br> Description: Header file for ZEngine Error Handling Functions. <br> Author(s): James Turk <br> <dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__Error_8h.html">ZE_Error.h</a>,v 1.4 2002/12/29 06:50:19 cozman Exp </dd></dl> <br> </dd></dl> <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 </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 </td><td valign=bottom><a class="el" href="ZE__Error_8h.html#a0">GetError</a>(str) _GetError(__LINE__,__FILE__,str)</td></tr> <tr><td nowrap align=right valign=top>#define </td><td valign=bottom><a class="el" href="ZE__Error_8h.html#a1">LogError</a>(str) _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">( </td> <td class="md" nowrap valign="top">str </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top">) </td> <td class="md" nowrap> _GetError(__LINE__,__FILE__,str) </table> </td> </tr> </table> <table cellspacing=5 cellpadding=0 border=0> <tr> <td> </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">( </td> <td class="md" nowrap valign="top">str </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top">) </td> <td class="md" nowrap> _LogError(__LINE__,__FILE__,str) </table> </td> </tr> </table> <table cellspacing=5 cellpadding=0 border=0> <tr> <td> </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> <hr><address style="align: right;"><small>Generated on Thu Jan 2 22:51:08 2003 for ZEngine 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.3-rc2 </small></address> </body> </html>