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