10#include "wvsocketpair.h"
12#include "wvlinkerhack.h"
24WvLoopback::WvLoopback()
28 if (wvsocketpair(SOCK_STREAM, socks))
The basic interface which is included by all other XPLC interfaces and objects.
A WvFastString acts exactly like a WvString, but can take (const char *) strings without needing to a...
void set_nonblock(bool nonblock)
Make the fds on this stream blocking or non-blocking.
void set_close_on_exec(bool close_on_exec)
Make the fds on this stream close-on-exec or not.
int rfd
The file descriptor for reading.
int wfd
The file descriptor for writing.
Implementation of a WvLoopback stream.
A type-safe version of WvMonikerBase that lets you provide create functions for object types other th...
virtual void seterr(int _errnum)
Override seterr() from WvError so that it auto-closes the stream.