5 #ifndef __WVBATCHSIGNAL_H 6 #define __WVBATCHSIGNAL_H 9 #include <wvistreamlist.h> 19 WvIStreamList::globallist.append(
this,
false, _id);
23 WvIStreamList::globallist.unlink(
this);
48 bellpull->setcallback(
49 WvStreamCallback(
this, &WvBellPull::bellpull_cb), NULL);
54 bellpull(_other.bellpull)
63 void delay(time_t msec_timeout)
65 bellpull->alarm(msec_timeout);
Represents a UniConf key which is a path in a hierarchy structured much like the traditional Unix fil...
Unified support for streams, that is, sequences of bytes that may or may not be ready for read/write ...
WvStream()
Basic constructor for just a do-nothing WvStream.
UniConf instances function as handles to subtrees of a UniConf tree and expose a high-level interface...