WvStreams
Public Member Functions | Public Attributes | List of all members
UniWatchInfo Class Reference

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

Detailed Description

Definition at line 19 of file debian/libwvstreams-dev/usr/include/wvstreams/uniconfroot.h.

Constructor & Destructor Documentation

◆ UniWatchInfo() [1/2]

UniWatchInfo::UniWatchInfo ( void *  _cookie,
bool  _recurse,
UniConfCallback  _cb 
)
inline

◆ UniWatchInfo() [2/2]

UniWatchInfo::UniWatchInfo ( void *  _cookie,
bool  _recurse,
UniConfCallback  _cb 
)
inline

Definition at line 26 of file include/uniconfroot.h.

Member Function Documentation

◆ recursive() [1/2]

bool UniWatchInfo::recursive ( )
inline

Returns watch recursion.

Definition at line 30 of file debian/libwvstreams-dev/usr/include/wvstreams/uniconfroot.h.

◆ notify() [1/2]

void UniWatchInfo::notify ( const UniConf cfg,
const UniConfKey key 
)
inline

Notifies that a key has changed.

Definition at line 34 of file debian/libwvstreams-dev/usr/include/wvstreams/uniconfroot.h.

◆ operator==() [1/2]

bool UniWatchInfo::operator== ( const UniWatchInfo other) const
inline

Equality test.

Definition at line 38 of file debian/libwvstreams-dev/usr/include/wvstreams/uniconfroot.h.

◆ recursive() [2/2]

bool UniWatchInfo::recursive ( )
inline

Returns watch recursion.

Definition at line 30 of file include/uniconfroot.h.

◆ notify() [2/2]

void UniWatchInfo::notify ( const UniConf cfg,
const UniConfKey key 
)
inline

Notifies that a key has changed.

Definition at line 34 of file include/uniconfroot.h.

◆ operator==() [2/2]

bool UniWatchInfo::operator== ( const UniWatchInfo other) const
inline

Equality test.

Definition at line 38 of file include/uniconfroot.h.

Member Data Documentation

◆ cookie

void * UniWatchInfo::cookie

◆ recurse

bool UniWatchInfo::recurse

◆ cb

UniConfCallback UniWatchInfo::cb

The documentation for this class was generated from the following files: