From fd0853d2623dd278b08288331ed42e3be59252fb Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:00:17 +0200 Subject: 2.2 --- shared/inotify/doc/html/inotify-cxx_8cpp.html | 90 +++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 shared/inotify/doc/html/inotify-cxx_8cpp.html (limited to 'shared/inotify/doc/html/inotify-cxx_8cpp.html') diff --git a/shared/inotify/doc/html/inotify-cxx_8cpp.html b/shared/inotify/doc/html/inotify-cxx_8cpp.html new file mode 100644 index 00000000..3fdd5140 --- /dev/null +++ b/shared/inotify/doc/html/inotify-cxx_8cpp.html @@ -0,0 +1,90 @@ + + +inotify-cxx: inotify-cxx.cpp File Reference + + + + +
+
+
+
+

inotify-cxx.cpp File Reference

inotify C++ interface implementation More... +

+#include <errno.h>
+#include <unistd.h>
+#include <fcntl.h>
+#include "inotify-cxx.h"
+ + + + + + + + + +

Defines

#define PROCFS_INOTIFY_BASE   "/proc/sys/fs/inotify/"
 procfs inotify base path
#define DUMP_SEP
 dump separator (between particular entries)
+


Detailed Description

+inotify C++ interface implementation +

+inotify C++ interface

+Copyright (C) 2006, 2007 Lukas Jelinek <lukas@aiken.cz>

+This program is free software; you can redistribute it and/or modify it under the terms of one of the following licenses:

+

+If you want to help with choosing the best license for you, please visit http://www.gnu.org/licenses/license-list.html.

Define Documentation

+ +
+
+ + + + +
#define DUMP_SEP
+
+
+ +

+Value:

({ \
+    if (!rStr.empty()) { \
+      rStr.append(","); \
+    } \
+  })
+
dump separator (between particular entries) +

+ +

+

+ +

+
+ + + + +
#define PROCFS_INOTIFY_BASE   "/proc/sys/fs/inotify/"
+
+
+ +

+procfs inotify base path +

+ +

+

+


Generated on Wed Apr 18 18:26:40 2007 for inotify-cxx by  + +doxygen 1.5.1
+ + -- cgit