Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | 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.

References cb, cookie, and recurse.


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.

References cb.

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.

References recurse.


Member Data Documentation

UniConfCallback UniWatchInfo::cb
 

Definition at line 23 of file uniconfroot.h.

Referenced by notify(), and UniWatchInfo().

void* UniWatchInfo::cookie
 

Definition at line 21 of file uniconfroot.h.

Referenced by operator==(), and UniWatchInfo().

bool UniWatchInfo::recurse
 

Definition at line 22 of file uniconfroot.h.

Referenced by recursive(), and UniWatchInfo().


The documentation for this class was generated from the following file:
Generated on Sat Feb 21 21:07:22 2004 for WvStreams by doxygen 1.3.5