GlobalBpiLib
1.0
|
Custom bpi printer class. More...
#include <GlobalBpiLib.hpp>
Public Member Functions | |
BpiOutStream (std::ostream &os) | |
virtual | ~BpiOutStream () |
Friends | |
BpiOutStream & | operator<< (BpiOutStream &bout, std::string s) |
BpiOutStream & | operator<< (BpiOutStream &bout, int i) |
BpiOutStream & | operator<< (BpiOutStream &bout, std::ostream &(*pf)(std::ostream &)) |
Custom bpi printer class.
Implementation of an ostream printer with preceding namestamps. This provides a consisten output for different applications.
BpiOutStream::BpiOutStream | ( | std::ostream & | os | ) |
Constructs an object with specified output stream.
|
virtual |
Default destructor.
|
friend |
Overrides the operator <<
|
friend |
Overrides the operator <<
|
friend |
Overrides the operator <<