This file provides the streams omlog, omout, and omerr. More...
#include <OpenMesh/Core/System/mostream.hh>

Go to the source code of this file.
Functions | |
| OpenMesh::mostream & | omlog () |
| These stream provide replacements for clog, cout, and cerr. | |
| OpenMesh::mostream & | omout () |
| These stream provide replacements for clog, cout, and cerr. | |
| OpenMesh::mostream & | omerr () |
| These stream provide replacements for clog, cout, and cerr. | |
This file provides the streams omlog, omout, and omerr.
| OpenMesh::mostream& omerr | ( | ) |
These stream provide replacements for clog, cout, and cerr.
They have the advantage that they can easily be multiplexed.
| OpenMesh::mostream& omlog | ( | ) |
These stream provide replacements for clog, cout, and cerr.
They have the advantage that they can easily be multiplexed.
| OpenMesh::mostream& omout | ( | ) |
These stream provide replacements for clog, cout, and cerr.
They have the advantage that they can easily be multiplexed.