diff options
Diffstat (limited to 'docs/doxygen/nel/a02814.html')
-rw-r--r-- | docs/doxygen/nel/a02814.html | 258 |
1 files changed, 258 insertions, 0 deletions
diff --git a/docs/doxygen/nel/a02814.html b/docs/doxygen/nel/a02814.html new file mode 100644 index 00000000..dccb67cf --- /dev/null +++ b/docs/doxygen/nel/a02814.html @@ -0,0 +1,258 @@ +<!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: NLMISC::CLog::TDisplayInfo struct 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>NLMISC::CLog::TDisplayInfo Struct Reference</h1><code>#include <<a class="el" href="a05944.html">log.h</a>></code> +<p> +<table border=0 cellpadding=0 cellspacing=0> +<tr><td></td></tr> +<tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="a02814.html#NLMISC_1_1CLog_1_1TDisplayInfoa0">TDisplayInfo</a> ()</td></tr> + +<tr><td colspan=2><br><h2>Data Fields</h2></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>std::string </td><td class="memItemRight" valign=bottom><a class="el" href="a02814.html#NLMISC_1_1CLog_1_1TDisplayInfoo0">CallstackAndLog</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>time_t </td><td class="memItemRight" valign=bottom><a class="el" href="a02814.html#NLMISC_1_1CLog_1_1TDisplayInfoo1">Date</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>const char * </td><td class="memItemRight" valign=bottom><a class="el" href="a02814.html#NLMISC_1_1CLog_1_1TDisplayInfoo2">Filename</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a04558.html#a14">sint</a> </td><td class="memItemRight" valign=bottom><a class="el" href="a02814.html#NLMISC_1_1CLog_1_1TDisplayInfoo3">Line</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a02813.html#NLNET_1_1CNetLogw8">TLogType</a> </td><td class="memItemRight" valign=bottom><a class="el" href="a02814.html#NLMISC_1_1CLog_1_1TDisplayInfoo4">LogType</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>std::string </td><td class="memItemRight" valign=bottom><a class="el" href="a02814.html#NLMISC_1_1CLog_1_1TDisplayInfoo5">ProcessName</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a04558.html#a15">uint</a> </td><td class="memItemRight" valign=bottom><a class="el" href="a02814.html#NLMISC_1_1CLog_1_1TDisplayInfoo6">ThreadId</a></td></tr> + +</table> +<hr><h2>Constructor & Destructor Documentation</h2> +<a class="anchor" name="NLMISC_1_1CLog_1_1TDisplayInfoa0" doxytag="NLMISC::CLog::TDisplayInfo::TDisplayInfo" ></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"> NLMISC::CLog::TDisplayInfo::TDisplayInfo </td> + <td class="md" valign="top">( </td> + <td class="mdname1" valign="top" nowrap> </td> + <td class="md" valign="top"> ) </td> + <td class="md" nowrap><code> [inline]</code></td> + </tr> + + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05944.html#l00062">62</a> of file <a class="el" href="a05944.html">log.h</a>. +<p> +References <a class="el" href="a05944.html#l00065">LogType</a>, and <a class="el" href="a05944.html#l00067">ThreadId</a>. +<p> +<div class="fragment"><pre>00062 : <a class="code" href="a02814.html#NLMISC_1_1CLog_1_1TDisplayInfoo1">Date</a>(0), <a class="code" href="a02814.html#NLMISC_1_1CLog_1_1TDisplayInfoo4">LogType</a>(CLog::LOG_NO), <a class="code" href="a02814.html#NLMISC_1_1CLog_1_1TDisplayInfoo6">ThreadId</a>(0), <a class="code" href="a02814.html#NLMISC_1_1CLog_1_1TDisplayInfoo2">Filename</a>(NULL), <a class="code" href="a02814.html#NLMISC_1_1CLog_1_1TDisplayInfoo3">Line</a>(-1) {} +</pre></div> </td> + </tr> +</table> +<hr><h2>Field Documentation</h2> +<a class="anchor" name="NLMISC_1_1CLog_1_1TDisplayInfoo0" doxytag="NLMISC::CLog::TDisplayInfo::CallstackAndLog" ></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"> std::string <a class="el" href="a02814.html#NLMISC_1_1CLog_1_1TDisplayInfoo0">NLMISC::CLog::TDisplayInfo::CallstackAndLog</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="a05944.html#l00071">71</a> of file <a class="el" href="a05944.html">log.h</a>. +<p> +Referenced by <a class="el" href="a05943.html#l00362">NLMISC::CLog::displayRawString()</a>, <a class="el" href="a05943.html#l00242">NLMISC::CLog::displayString()</a>, <a class="el" href="a06751.html#l00130">NLMISC::CWindowDisplayer::doDisplay()</a>, <a class="el" href="a05637.html#l00479">NLMISC::CMsgBoxDisplayer::doDisplay()</a>, <a class="el" href="a05637.html#l00379">NLMISC::CFileDisplayer::doDisplay()</a>, and <a class="el" href="a05637.html#l00148">NLMISC::CStdDisplayer::doDisplay()</a>. </td> + </tr> +</table> +<a class="anchor" name="NLMISC_1_1CLog_1_1TDisplayInfoo1" doxytag="NLMISC::CLog::TDisplayInfo::Date" ></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"> time_t <a class="el" href="a02814.html#NLMISC_1_1CLog_1_1TDisplayInfoo1">NLMISC::CLog::TDisplayInfo::Date</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="a05944.html#l00064">64</a> of file <a class="el" href="a05944.html">log.h</a>. +<p> +Referenced by <a class="el" href="a05943.html#l00362">NLMISC::CLog::displayRawString()</a>, <a class="el" href="a05943.html#l00242">NLMISC::CLog::displayString()</a>, <a class="el" href="a06094.html#l00123">NLNET::CNetDisplayer::doDisplay()</a>, <a class="el" href="a05976.html#l00330">NLMISC::CMemDisplayer::doDisplay()</a>, <a class="el" href="a05637.html#l00479">NLMISC::CMsgBoxDisplayer::doDisplay()</a>, and <a class="el" href="a05637.html#l00379">NLMISC::CFileDisplayer::doDisplay()</a>. </td> + </tr> +</table> +<a class="anchor" name="NLMISC_1_1CLog_1_1TDisplayInfoo2" doxytag="NLMISC::CLog::TDisplayInfo::Filename" ></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"> const char* <a class="el" href="a02814.html#NLMISC_1_1CLog_1_1TDisplayInfoo2">NLMISC::CLog::TDisplayInfo::Filename</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="a05944.html#l00068">68</a> of file <a class="el" href="a05944.html">log.h</a>. +<p> +Referenced by <a class="el" href="a05943.html#l00362">NLMISC::CLog::displayRawString()</a>, <a class="el" href="a05943.html#l00242">NLMISC::CLog::displayString()</a>, <a class="el" href="a06751.html#l00130">NLMISC::CWindowDisplayer::doDisplay()</a>, <a class="el" href="a05976.html#l00330">NLMISC::CMemDisplayer::doDisplay()</a>, <a class="el" href="a05637.html#l00479">NLMISC::CMsgBoxDisplayer::doDisplay()</a>, <a class="el" href="a05637.html#l00379">NLMISC::CFileDisplayer::doDisplay()</a>, and <a class="el" href="a05637.html#l00148">NLMISC::CStdDisplayer::doDisplay()</a>. </td> + </tr> +</table> +<a class="anchor" name="NLMISC_1_1CLog_1_1TDisplayInfoo3" doxytag="NLMISC::CLog::TDisplayInfo::Line" ></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="a04558.html#a14">sint</a> <a class="el" href="a02814.html#NLMISC_1_1CLog_1_1TDisplayInfoo3">NLMISC::CLog::TDisplayInfo::Line</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="a05944.html#l00069">69</a> of file <a class="el" href="a05944.html">log.h</a>. +<p> +Referenced by <a class="el" href="a05943.html#l00362">NLMISC::CLog::displayRawString()</a>, <a class="el" href="a05943.html#l00242">NLMISC::CLog::displayString()</a>, <a class="el" href="a06751.html#l00130">NLMISC::CWindowDisplayer::doDisplay()</a>, <a class="el" href="a05976.html#l00330">NLMISC::CMemDisplayer::doDisplay()</a>, <a class="el" href="a05637.html#l00479">NLMISC::CMsgBoxDisplayer::doDisplay()</a>, <a class="el" href="a05637.html#l00379">NLMISC::CFileDisplayer::doDisplay()</a>, and <a class="el" href="a05637.html#l00148">NLMISC::CStdDisplayer::doDisplay()</a>. </td> + </tr> +</table> +<a class="anchor" name="NLMISC_1_1CLog_1_1TDisplayInfoo4" doxytag="NLMISC::CLog::TDisplayInfo::LogType" ></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="a02813.html#NLNET_1_1CNetLogw8">TLogType</a> <a class="el" href="a02814.html#NLMISC_1_1CLog_1_1TDisplayInfoo4">NLMISC::CLog::TDisplayInfo::LogType</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="a05944.html#l00065">65</a> of file <a class="el" href="a05944.html">log.h</a>. +<p> +Referenced by <a class="el" href="a05943.html#l00362">NLMISC::CLog::displayRawString()</a>, <a class="el" href="a05943.html#l00242">NLMISC::CLog::displayString()</a>, <a class="el" href="a06751.html#l00130">NLMISC::CWindowDisplayer::doDisplay()</a>, <a class="el" href="a06094.html#l00123">NLNET::CNetDisplayer::doDisplay()</a>, <a class="el" href="a05976.html#l00330">NLMISC::CMemDisplayer::doDisplay()</a>, <a class="el" href="a05637.html#l00479">NLMISC::CMsgBoxDisplayer::doDisplay()</a>, <a class="el" href="a05637.html#l00379">NLMISC::CFileDisplayer::doDisplay()</a>, <a class="el" href="a05637.html#l00148">NLMISC::CStdDisplayer::doDisplay()</a>, and <a class="el" href="a05944.html#l00062">TDisplayInfo()</a>. </td> + </tr> +</table> +<a class="anchor" name="NLMISC_1_1CLog_1_1TDisplayInfoo5" doxytag="NLMISC::CLog::TDisplayInfo::ProcessName" ></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"> std::string <a class="el" href="a02814.html#NLMISC_1_1CLog_1_1TDisplayInfoo5">NLMISC::CLog::TDisplayInfo::ProcessName</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="a05944.html#l00066">66</a> of file <a class="el" href="a05944.html">log.h</a>. +<p> +Referenced by <a class="el" href="a05943.html#l00362">NLMISC::CLog::displayRawString()</a>, <a class="el" href="a05943.html#l00242">NLMISC::CLog::displayString()</a>, <a class="el" href="a06094.html#l00123">NLNET::CNetDisplayer::doDisplay()</a>, <a class="el" href="a05976.html#l00330">NLMISC::CMemDisplayer::doDisplay()</a>, <a class="el" href="a05637.html#l00479">NLMISC::CMsgBoxDisplayer::doDisplay()</a>, <a class="el" href="a05637.html#l00379">NLMISC::CFileDisplayer::doDisplay()</a>, and <a class="el" href="a05637.html#l00148">NLMISC::CStdDisplayer::doDisplay()</a>. </td> + </tr> +</table> +<a class="anchor" name="NLMISC_1_1CLog_1_1TDisplayInfoo6" doxytag="NLMISC::CLog::TDisplayInfo::ThreadId" ></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="a04558.html#a15">uint</a> <a class="el" href="a02814.html#NLMISC_1_1CLog_1_1TDisplayInfoo6">NLMISC::CLog::TDisplayInfo::ThreadId</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="a05944.html#l00067">67</a> of file <a class="el" href="a05944.html">log.h</a>. +<p> +Referenced by <a class="el" href="a05943.html#l00362">NLMISC::CLog::displayRawString()</a>, <a class="el" href="a05943.html#l00242">NLMISC::CLog::displayString()</a>, <a class="el" href="a06751.html#l00130">NLMISC::CWindowDisplayer::doDisplay()</a>, <a class="el" href="a05976.html#l00330">NLMISC::CMemDisplayer::doDisplay()</a>, <a class="el" href="a05637.html#l00379">NLMISC::CFileDisplayer::doDisplay()</a>, <a class="el" href="a05637.html#l00148">NLMISC::CStdDisplayer::doDisplay()</a>, and <a class="el" href="a05944.html#l00062">TDisplayInfo()</a>. </td> + </tr> +</table> +<hr>The documentation for this struct was generated from the following file:<ul> +<li><a class="el" href="a05944.html">log.h</a></ul> +<hr size="1"><address style="align: right;"><small>Generated on Tue Mar 16 13:21:07 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> |