Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

UniWatchInfo Class Reference

#include <uniconfroot.h>

Collaboration diagram for UniWatchInfo:

[legend]
List of all members.

Detailed Description

For internal use only.

Holds information about a single watch.

Definition at line 18 of file uniconfroot.h.

Public Member Functions

 UniWatchInfo (void *_cookie, bool _recurse, UniConfCallback _cb)
bool recursive ()
 Returns watch recursion.
void notify (const UniConf &cfg, const UniConfKey &key)
 Notifies that a key has changed.
bool operator== (const UniWatchInfo &other) const
 Equality test.

Public Attributes

void * cookie
bool recurse
UniConfCallback cb


Constructor & Destructor Documentation

UniWatchInfo::UniWatchInfo void *  _cookie,
bool  _recurse,
UniConfCallback  _cb
[inline]
 

Definition at line 25 of file uniconfroot.h.


Member Function Documentation

void UniWatchInfo::notify const UniConf &  cfg,
const UniConfKey key
[inline]
 

Notifies that a key has changed.

Definition at line 33 of file uniconfroot.h.

bool UniWatchInfo::operator== const UniWatchInfo other  )  const [inline]
 

Equality test.

Definition at line 37 of file uniconfroot.h.

References cookie.

bool UniWatchInfo::recursive  )  [inline]
 

Returns watch recursion.

Definition at line 29 of file uniconfroot.h.


Member Data Documentation

UniConfCallback UniWatchInfo::cb
 

Definition at line 23 of file uniconfroot.h.

void* UniWatchInfo::cookie
 

Definition at line 21 of file uniconfroot.h.

Referenced by operator==().

bool UniWatchInfo::recurse
 

Definition at line 22 of file uniconfroot.h.


The documentation for this class was generated from the following file:
Generated on Wed Dec 15 15:08:26 2004 for WvStreams by  doxygen 1.3.9.1