#include <vcl_iosfwd.h>Go to the source code of this file.
Classes | |
| class | vbl_bool_ostream |
| class | vbl_bool_ostream::on_off |
| class | vbl_bool_ostream::high_low |
| class | vbl_bool_ostream::true_false |
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &s, const vbl_bool_ostream::on_off &proxy) |
| vcl_ostream & | operator<< (vcl_ostream &s, const vbl_bool_ostream::high_low &proxy) |
| vcl_ostream & | operator<< (vcl_ostream &s, const vbl_bool_ostream::true_false &proxy) |
Modifications
PDA (Manchester) 21/03/2001: Tidied up the documentation
Definition in file vbl_bool_ostream.h.
| vcl_ostream& operator<< | ( | vcl_ostream & | s, |
| const vbl_bool_ostream::on_off & | proxy | ||
| ) |
Definition at line 9 of file vbl_bool_ostream.cxx.
| vcl_ostream& operator<< | ( | vcl_ostream & | s, |
| const vbl_bool_ostream::high_low & | proxy | ||
| ) |
Definition at line 18 of file vbl_bool_ostream.cxx.
| vcl_ostream& operator<< | ( | vcl_ostream & | s, |
| const vbl_bool_ostream::true_false & | proxy | ||
| ) |
Definition at line 27 of file vbl_bool_ostream.cxx.
1.7.5.1