#include <StdinResponse.h>


Public Member Functions | |
| virtual FILE * | get_stream () const |
| virtual void | set_stream (FILE *s) |
| StdinResponse (FILE *s) | |
| Initialize with standard input. | |
| virtual | ~StdinResponse () |
Definition at line 47 of file StdinResponse.h.
| StdinResponse::StdinResponse | ( | FILE * | s | ) | [inline] |
Create an instance initialized to standard input. When done, does not close stdin.
| s | Pointer to standard input. |
Definition at line 64 of file StdinResponse.h.
| virtual StdinResponse::~StdinResponse | ( | ) | [inline, virtual] |
Destructor. Does not close standard input.
Definition at line 68 of file StdinResponse.h.
| virtual FILE* StdinResponse::get_stream | ( | ) | const [inline, virtual] |
Definition at line 71 of file StdinResponse.h.
| virtual void StdinResponse::set_stream | ( | FILE * | s | ) | [inline, virtual] |
Definition at line 75 of file StdinResponse.h.
1.5.4