#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. | |
| 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.