OpenMesh
OpenMesh/Core/System/omstream.hh File Reference

This file provides the streams omlog, omout, and omerr. More...

#include <OpenMesh/Core/System/mostream.hh>
Include dependency graph for omstream.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

OpenMesh::mostreamomlog ()
 These stream provide replacements for clog, cout, and cerr.
OpenMesh::mostreamomout ()
 These stream provide replacements for clog, cout, and cerr.
OpenMesh::mostreamomerr ()
 These stream provide replacements for clog, cout, and cerr.

Detailed Description

This file provides the streams omlog, omout, and omerr.


Function Documentation

OpenMesh::mostream& omerr ( )

These stream provide replacements for clog, cout, and cerr.

They have the advantage that they can easily be multiplexed.

See also:
OpenMesh::mostream
OpenMesh::mostream& omlog ( )

These stream provide replacements for clog, cout, and cerr.

They have the advantage that they can easily be multiplexed.

See also:
OpenMesh::mostream
OpenMesh::mostream& omout ( )

These stream provide replacements for clog, cout, and cerr.

They have the advantage that they can easily be multiplexed.

See also:
OpenMesh::mostream