Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > a964702347d726c5f8ba742f8b9d5908 > files > 86

incron-0.5.9-1mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>incron: usertable.h File 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.6 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>usertable.h File Reference</h1>inotify cron daemon user tables header <a href="#_details">More...</a>
<p>
<code>#include &lt;map&gt;</code><br>
<code>#include &lt;deque&gt;</code><br>
<code>#include &lt;sys/poll.h&gt;</code><br>
<code>#include &quot;<a class="el" href="inotify-cxx_8h-source.html">inotify-cxx.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="incrontab_8h-source.html">incrontab.h</a>&quot;</code><br>

<p>
<a href="usertable_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>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structProcData__t.html">ProcData_t</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Child process data.  <a href="structProcData__t.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classEventDispatcher.html">EventDispatcher</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Event dispatcher class.  <a href="classEventDispatcher.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classUserTable.html">UserTable</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">User table class.  <a href="classUserTable.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef std::map&lt; std::string, <br>
<a class="el" href="classUserTable.html">UserTable</a> * &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="usertable_8h.html#9aa598e8878c4709e214b51047e52e13">SUT_MAP</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">User name to user table mapping definition.  <a href="#9aa598e8878c4709e214b51047e52e13"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef void(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="usertable_8h.html#b343d33ef1c176775c0af73257536085">proc_done_cb</a> )(<a class="el" href="classInotifyWatch.html">InotifyWatch</a> *)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Callback for calling after a process finishes.  <a href="#b343d33ef1c176775c0af73257536085"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef std::map&lt; int, <br>
<a class="el" href="classUserTable.html">UserTable</a> * &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="usertable_8h.html#dc4c5ffeb65092ff03c5ded400e5081d">FDUT_MAP</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">fd-to-usertable mapping  <a href="#dc4c5ffeb65092ff03c5ded400e5081d"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef std::map&lt; <a class="el" href="classInotifyWatch.html">InotifyWatch</a> <br>
*, <a class="el" href="classIncronTabEntry.html">IncronTabEntry</a> * &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="usertable_8h.html#55918270b71da47229c8ac3b39671808">IWCE_MAP</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Watch-to-tableentry mapping.  <a href="#55918270b71da47229c8ac3b39671808"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef std::map&lt; pid_t, <br>
<a class="el" href="structProcData__t.html">ProcData_t</a> &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="usertable_8h.html#5b7ba5788fc9c6f1c0b0082eee9dde72">PROC_MAP</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Child process list.  <a href="#5b7ba5788fc9c6f1c0b0082eee9dde72"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
inotify cron daemon user tables header 
<p>
inotify cron system<p>
Copyright (C) 2006, 2007, 2008 Lukas Jelinek, &lt;<a href="mailto:lukas@aiken.cz">lukas@aiken.cz</a>&gt;<p>
This program is free software; you can use it, redistribute it and/or modify it under the terms of the GNU General Public License, version 2 (see LICENSE-GPL). <hr><h2>Typedef Documentation</h2>
<a class="anchor" name="dc4c5ffeb65092ff03c5ded400e5081d"></a><!-- doxytag: member="usertable.h::FDUT_MAP" ref="dc4c5ffeb65092ff03c5ded400e5081d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef std::map&lt;int, <a class="el" href="classUserTable.html">UserTable</a>*&gt; <a class="el" href="usertable_8h.html#dc4c5ffeb65092ff03c5ded400e5081d">FDUT_MAP</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
fd-to-usertable mapping 
<p>

</div>
</div><p>
<a class="anchor" name="55918270b71da47229c8ac3b39671808"></a><!-- doxytag: member="usertable.h::IWCE_MAP" ref="55918270b71da47229c8ac3b39671808" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef std::map&lt;<a class="el" href="classInotifyWatch.html">InotifyWatch</a>*, <a class="el" href="classIncronTabEntry.html">IncronTabEntry</a>*&gt; <a class="el" href="usertable_8h.html#55918270b71da47229c8ac3b39671808">IWCE_MAP</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Watch-to-tableentry mapping. 
<p>

</div>
</div><p>
<a class="anchor" name="b343d33ef1c176775c0af73257536085"></a><!-- doxytag: member="usertable.h::proc_done_cb" ref="b343d33ef1c176775c0af73257536085" args=")(InotifyWatch *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef void(* <a class="el" href="usertable_8h.html#b343d33ef1c176775c0af73257536085">proc_done_cb</a>)(<a class="el" href="classInotifyWatch.html">InotifyWatch</a> *)          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Callback for calling after a process finishes. 
<p>

</div>
</div><p>
<a class="anchor" name="5b7ba5788fc9c6f1c0b0082eee9dde72"></a><!-- doxytag: member="usertable.h::PROC_MAP" ref="5b7ba5788fc9c6f1c0b0082eee9dde72" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef std::map&lt;pid_t, <a class="el" href="structProcData__t.html">ProcData_t</a>&gt; <a class="el" href="usertable_8h.html#5b7ba5788fc9c6f1c0b0082eee9dde72">PROC_MAP</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Child process list. 
<p>

</div>
</div><p>
<a class="anchor" name="9aa598e8878c4709e214b51047e52e13"></a><!-- doxytag: member="usertable.h::SUT_MAP" ref="9aa598e8878c4709e214b51047e52e13" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef std::map&lt;std::string, <a class="el" href="classUserTable.html">UserTable</a>*&gt; <a class="el" href="usertable_8h.html#9aa598e8878c4709e214b51047e52e13">SUT_MAP</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
User name to user table mapping definition. 
<p>

</div>
</div><p>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Sun Jun 21 22:27:24 2009 for incron by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
</body>
</html>