#include <ioterm.hh>
Inheritance diagram for RVLAlg::IOTerminator:
Public Member Functions | |
IOTerminator () | |
IOTerminator (char t[]) | |
IOTerminator (istream &in_, ostream &out_) | |
IOTerminator (char t[], istream &in_, ostream &out_) | |
virtual | ~IOTerminator () |
virtual bool | query () |
Protected Attributes | |
char * | s |
istream & | ins |
ostream & | outs |
returns true if reponse == 'y' or 'Y' false otherwise
Definition at line 57 of file ioterm.hh.
RVLAlg::IOTerminator::IOTerminator | ( | char | t[] | ) |
RVLAlg::IOTerminator::IOTerminator | ( | istream & | in_, | |
ostream & | out_ | |||
) |
RVLAlg::IOTerminator::IOTerminator | ( | char | t[], | |
istream & | in_, | |||
ostream & | out_ | |||
) |
virtual RVLAlg::IOTerminator::~IOTerminator | ( | ) | [virtual] |
virtual bool RVLAlg::IOTerminator::query | ( | ) | [virtual] |
char* RVLAlg::IOTerminator::s [protected] |
Definition at line 102 of file ioterm.hh.
Referenced by IOTerminator(), query(), and ~IOTerminator().
istream& RVLAlg::IOTerminator::ins [protected] |
ostream& RVLAlg::IOTerminator::outs [protected] |