Main Page | Class List | File List | Class Members | File Members

usertable.h File Reference

inotify cron daemon user tables header More...

#include <map>
#include <deque>
#include "inotify-cxx.h"
#include "incrontab.h"

Go to the source code of this file.

Classes

struct  ProcData_t
 Child process data. More...
class  EventDispatcher
 Event dispatcher class. More...
class  UserTable
 User table class. More...

Typedefs

typedef void(* proc_done_cb )(InotifyWatch *)
 Callback for calling after a process finishes.
typedef std::map< InotifyWatch *,
UserTable * > 
IWUT_MAP
 Watch-to-usertable mapping.
typedef std::map< InotifyWatch *,
InCronTabEntry * > 
IWCE_MAP
 Watch-to-tableentry mapping.
typedef std::deque< ProcData_tPROC_LIST
 Child process list.


Detailed Description

inotify cron daemon user tables header

inotify cron system

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

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).


Typedef Documentation

typedef std::map<InotifyWatch*, InCronTabEntry*> IWCE_MAP
 

Watch-to-tableentry mapping.

typedef std::map<InotifyWatch*, UserTable*> IWUT_MAP
 

Watch-to-usertable mapping.

typedef void(* proc_done_cb)(InotifyWatch *)
 

Callback for calling after a process finishes.

typedef std::deque<ProcData_t> PROC_LIST
 

Child process list.


Generated on Sat Dec 16 01:24:12 2006 for incron by  doxygen 1.4.4