Developer Documentation
Loading...
Searching...
No Matches
omstream.hh File Reference
#include <OpenMesh/Core/System/mostream.hh>

Go to the source code of this file.

Functions

stream replacements

These stream provide replacements for clog, cout, and cerr. They have the advantage that they can easily be multiplexed.

See also
OpenMesh::mostream
OPENMESHDLLEXPORT OpenMesh::mostream & omlog ()
 
OPENMESHDLLEXPORT OpenMesh::mostream & omout ()
 
OPENMESHDLLEXPORT OpenMesh::mostream & omerr ()
 

Detailed Description

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

Definition in file omstream.hh.

Function Documentation

◆ omerr()

OPENMESHDLLEXPORT OpenMesh::mostream & omerr ( )

Definition at line 89 of file omstream.cc.

◆ omlog()

OPENMESHDLLEXPORT OpenMesh::mostream & omlog ( )

Definition at line 60 of file omstream.cc.

◆ omout()

OPENMESHDLLEXPORT OpenMesh::mostream & omout ( )

Definition at line 76 of file omstream.cc.