|
Developer Documentation
|
#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.
| |
| OPENMESHDLLEXPORT OpenMesh::mostream & | omlog () |
| OPENMESHDLLEXPORT OpenMesh::mostream & | omout () |
| OPENMESHDLLEXPORT OpenMesh::mostream & | omerr () |
This file provides the streams omlog, omout, and omerr.
Definition in file omstream.hh.
| OPENMESHDLLEXPORT OpenMesh::mostream & omerr | ( | ) |
Definition at line 89 of file omstream.cc.
| OPENMESHDLLEXPORT OpenMesh::mostream & omlog | ( | ) |
Definition at line 60 of file omstream.cc.
| OPENMESHDLLEXPORT OpenMesh::mostream & omout | ( | ) |
Definition at line 76 of file omstream.cc.