Definition at line 30 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 |
void UniWatchInfo::notify | ( | const UniConf & | cfg, | |
const UniConfKey & | key | |||
) | [inline] |
bool UniWatchInfo::operator== | ( | const UniWatchInfo & | other | ) | const [inline] |