#include "wvstring.h"
#include "wvbuffer.h"
#include "wvcallback.h"
#include <unistd.h>
#include <sys/time.h>
#include <errno.h>
Go to the source code of this file.
Compounds | |
struct | SelectInfo |
struct | SelectRequest |
class | WvStream |
class | WvStreamCallback_bound |
Typedefs | |
typedef WvCallback2< void, WvStream &, void * > | WvStreamCallback |
Variables | |
WvStream * | wvcon |
|
Definition at line 21 of file include/wvstream.h. |
|
console stream, typically a WvSplitStream made from fd's 0 and 1. This can be reassigned while the program is running, if desired, but MUST NOT be NULL. Definition at line 498 of file include/wvstream.h. Referenced by main(). |