1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
|
<!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: incroncfg.cpp 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 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>incroncfg.cpp File Reference</h1>inotify cron configuration implementation <a href="#_details">More...</a>
<p>
<code>#include <fstream></code><br>
<code>#include <sstream></code><br>
<code>#include <cstring></code><br>
<code>#include "<a class="el" href="incroncfg_8h-source.html">incroncfg.h</a>"</code><br>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="incroncfg_8cpp.html#acfdca338e2ca174a7ede91a558f8859">INCRON_CFG_DEFAULT</a> "/etc/incron.conf"</td></tr>
<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef std::map< std::string, <br>
std::string > </td><td class="memItemRight" valign="bottom"><a class="el" href="incroncfg_8cpp.html#d8919fb8630b8783edc80f4b5216fa52">CFG_MAP</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef CFG_MAP::iterator </td><td class="memItemRight" valign="bottom"><a class="el" href="incroncfg_8cpp.html#4f512d58faa0fa7849bc9f673eed8ed2">CFG_ITER</a></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
inotify cron configuration implementation
<p>
incron configuration<p>
Copyright (C) 2007, 2008 Lukas Jelinek, <<a href="mailto:lukas@aiken.cz">lukas@aiken.cz</a>><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>Define Documentation</h2>
<a class="anchor" name="acfdca338e2ca174a7ede91a558f8859"></a><!-- doxytag: member="incroncfg.cpp::INCRON_CFG_DEFAULT" ref="acfdca338e2ca174a7ede91a558f8859" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define INCRON_CFG_DEFAULT "/etc/incron.conf" </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr><h2>Typedef Documentation</h2>
<a class="anchor" name="4f512d58faa0fa7849bc9f673eed8ed2"></a><!-- doxytag: member="incroncfg.cpp::CFG_ITER" ref="4f512d58faa0fa7849bc9f673eed8ed2" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef CFG_MAP::iterator <a class="el" href="incroncfg_8cpp.html#4f512d58faa0fa7849bc9f673eed8ed2">CFG_ITER</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="d8919fb8630b8783edc80f4b5216fa52"></a><!-- doxytag: member="incroncfg.cpp::CFG_MAP" ref="d8919fb8630b8783edc80f4b5216fa52" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef std::map<std::string, std::string> <a class="el" href="incroncfg_8cpp.html#d8919fb8630b8783edc80f4b5216fa52">CFG_MAP</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<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
<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>
|