#include "wvfdstream.h"
Go to the source code of this file.
Functions | |
_WvConStream | _wvcon (0, 1) |
_WvConStream | _wvin (0,-1) |
_WvConStream | _wvout (-1, 1) |
_WvConStream | _wverr (-1, 2) |
Variables | |
WvStream * | wvcon = &_wvcon |
Console streams... | |
WvStream * | wvin = &_wvin |
WvStream * | wvout = &_wvout |
WvStream * | wverr = &_wverr |
|
|
|
|
|
|
|
|
|
Console streams... This can be reassigned while the program is running, if desired, but MUST NOT be NULL. Definition at line 70 of file wvconstream.cc. Referenced by cmptest(), main(), and runtests(). |
|
Definition at line 73 of file wvconstream.cc. Referenced by trymount(), and usage(). |
|
Definition at line 71 of file wvconstream.cc. Referenced by main(). |
|
Definition at line 72 of file wvconstream.cc. Referenced by main(). |