Classes | Functions
vbl_bool_ostream.h File Reference
#include <iosfwd>

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

std::ostream & operator<< (std::ostream &s, const vbl_bool_ostream::on_off &proxy)
 
std::ostream & operator<< (std::ostream &s, const vbl_bool_ostream::high_low &proxy)
 
std::ostream & operator<< (std::ostream &s, const vbl_bool_ostream::true_false &proxy)
 

Detailed Description

  Modifications
   PDA (Manchester) 21/03/2001: Tidied up the documentation

Definition in file vbl_bool_ostream.h.

Function Documentation

◆ operator<<() [1/3]

std::ostream& operator<< ( std::ostream &  s,
const vbl_bool_ostream::on_off proxy 
)

Definition at line 9 of file vbl_bool_ostream.cxx.

◆ operator<<() [2/3]

std::ostream& operator<< ( std::ostream &  s,
const vbl_bool_ostream::high_low proxy 
)

Definition at line 18 of file vbl_bool_ostream.cxx.

◆ operator<<() [3/3]

std::ostream& operator<< ( std::ostream &  s,
const vbl_bool_ostream::true_false proxy 
)

Definition at line 27 of file vbl_bool_ostream.cxx.