Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 9a9cef5a3a2b597a6e4663b51cfdf030 > files > 77

incron-0.5.12-3.mga7.armv7hl.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>incron: inotify-cxx.cpp File Reference</title>

<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />



</head>
<body>
<div id="top"><!-- do not remove this div! -->


<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  
  
  <td style="padding-left: 0.5em;">
   <div id="projectname">incron
   &#160;<span id="projectnumber">0.5.10</span>
   </div>
   
  </td>
  
  
  
 </tr>
 </tbody>
</table>
</div>

<!-- Generated by Doxygen 1.7.5.1 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;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 id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#define-members">Defines</a>  </div>
  <div class="headertitle">
<div class="title">inotify-cxx.cpp File Reference</div>  </div>
</div>
<div class="contents">

<p>inotify C++ interface implementation  
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &lt;errno.h&gt;</code><br/>
<code>#include &lt;unistd.h&gt;</code><br/>
<code>#include &lt;fcntl.h&gt;</code><br/>
<code>#include &lt;cstdio&gt;</code><br/>
<code>#include &quot;<a class="el" href="inotify-cxx_8h_source.html">inotify-cxx.h</a>&quot;</code><br/>
</div><table class="memberdecls">
<tr><td colspan="2"><h2><a name="define-members"></a>
Defines</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="inotify-cxx_8cpp.html#a481097f28678020b2cbb26dd071a0085">PROCFS_INOTIFY_BASE</a>&#160;&#160;&#160;&quot;/proc/sys/fs/inotify/&quot;</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">procfs inotify base path  <a href="#a481097f28678020b2cbb26dd071a0085"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="inotify-cxx_8cpp.html#a6e5d8f74743466e712bbaf3b1de1e93d">DUMP_SEP</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">dump separator (between particular entries)  <a href="#a6e5d8f74743466e712bbaf3b1de1e93d"></a><br/></td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>inotify C++ interface implementation </p>
<p>inotify C++ interface</p>
<p>Copyright (C) 2006, 2007, 2008, 2012 Lukas Jelinek &lt;<a href="mailto:lukas@aiken.cz">lukas@aiken.cz</a>&gt;</p>
<p>This program is free software; you can redistribute it and/or modify it under the terms of one of the following licenses:</p>
<ul>
<li>1. X11-style license (see LICENSE-X11) </li>
<li>2. GNU Lesser General Public License, version 2.1 (see LICENSE-LGPL) </li>
<li>3. GNU General Public License, version 2 (see LICENSE-GPL)</li>
</ul>
<p>If you want to help with choosing the best license for you, please visit <a href="http://www.gnu.org/licenses/license-list.html.">http://www.gnu.org/licenses/license-list.html.</a></p>
<p>Credits: Christian Ruppert (new include to build with GCC 4.4+) </p>
</div><hr/><h2>Define Documentation</h2>
<a class="anchor" id="a6e5d8f74743466e712bbaf3b1de1e93d"></a><!-- doxytag: member="inotify&#45;cxx.cpp::DUMP_SEP" ref="a6e5d8f74743466e712bbaf3b1de1e93d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">#define DUMP_SEP</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<b>Value:</b><div class="fragment"><pre class="fragment">({ \
    if (!rStr.empty()) { \
      rStr.append(<span class="stringliteral">&quot;,&quot;</span>); \
    } \
  })
</pre></div>
<p>dump separator (between particular entries) </p>

</div>
</div>
<a class="anchor" id="a481097f28678020b2cbb26dd071a0085"></a><!-- doxytag: member="inotify&#45;cxx.cpp::PROCFS_INOTIFY_BASE" ref="a481097f28678020b2cbb26dd071a0085" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">#define PROCFS_INOTIFY_BASE&#160;&#160;&#160;&quot;/proc/sys/fs/inotify/&quot;</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>procfs inotify base path </p>

</div>
</div>
</div>


<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.5.1
</small></address>

</body>
</html>