Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-release > by-pkgid > abaab48f26603db3a2bcf7befcb26cf3 > files > 85

lib64rlog-devel-1.4-9.mga6.x86_64.rpm

<!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>rlog: rlog::RLogData Struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.0 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="modules.html"><span>Modules</span></a></li>
    <li id="current"><a href="annotated.html"><span>Classes</span></a></li>
    <li><a href="files.html"><span>Files</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
  </ul></div>
<div class="tabs">
  <ul>
    <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
    <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
  </ul></div>
<div class="nav">
<b>rlog</b>::<a class="el" href="structrlog_1_1RLogData.html">RLogData</a></div>
<h1>rlog::RLogData Struct Reference</h1><!-- doxytag: class="rlog::RLogData" -->Data published through <a class="el" href="classrlog_1_1RLogNode.html">RLogNode</a>.  
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="RLogNode_8h-source.html">rlog/RLogNode.h</a>&gt;</code>
<p>
<a href="structrlog_1_1RLogData-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3beb79b4ecc2a6ed0f10634b4826318d"></a><!-- doxytag: member="rlog::RLogData::publisher" ref="3beb79b4ecc2a6ed0f10634b4826318d" args="" -->
<a class="el" href="structrlog_1_1PublishLoc.html">PublishLoc</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><b>publisher</b></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="4b0ea7336b589bb37881aaee1de8e88a"></a><!-- doxytag: member="rlog::RLogData::time" ref="4b0ea7336b589bb37881aaee1de8e88a" args="" -->
time_t&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structrlog_1_1RLogData.html#4b0ea7336b589bb37881aaee1de8e88a">time</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">time of publication <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="d88be1ec9e66fe60210c7731c949ddd2"></a><!-- doxytag: member="rlog::RLogData::msg" ref="d88be1ec9e66fe60210c7731c949ddd2" args="" -->
const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structrlog_1_1RLogData.html#d88be1ec9e66fe60210c7731c949ddd2">msg</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">formatted msg - gets destroyed when publish() call returns. <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1414af1cb74b8a64d4d4c04f119b3a79"></a><!-- doxytag: member="rlog::RLogData::seen" ref="1414af1cb74b8a64d4d4c04f119b3a79" args="" -->
std::set&lt; <a class="el" href="classrlog_1_1RLogNode.html">RLogNode</a> * &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><b>seen</b></td></tr>

</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Data published through <a class="el" href="classrlog_1_1RLogNode.html">RLogNode</a>. 
<p>
<a class="el" href="structrlog_1_1RLogData.html">RLogData</a> is the data which is published from <a class="el" href="group__RLogMacros.html#ge8be8a2d2e9da76cb70e2f29e0801f73">rDebug()</a>, <a class="el" href="group__RLogMacros.html#gd62ee67e7f1de16d4f71b1d8699cfac8">rWarning()</a>, <a class="el" href="group__RLogMacros.html#gc31d5e1de248b22df42a34e58a2b7349">rError()</a> and <a class="el" href="group__RLogMacros.html#g95004cecec660f509c3e9af03608aa7d">rLog()</a> macros. It contains a link to the publisher, the (approximate) time of the publication, and the formatted message.<p>
Note that none of the data in the publication is considered to be static. Once control has returned to the publisher, the data may be destroyed. If it is necessary to hang on to any of the data, a deep copy must be made. 
<p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="RLogNode_8h-source.html">RLogNode.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Mon Nov 20 22:57:45 2006 for rlog by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.0 </small></address>
</body>
</html>