WPILibC++
trunk
|
#include <IOStreamFactory.h>
Public Member Functions | |
virtual IOStream * | createStream ()=0 |
A factory that will create the same IOStream. A stream returned by this factory should be closed before calling createStream again
Definition at line 19 of file IOStreamFactory.h.
|
pure virtual |