#include <OpenMesh/Core/System/mostream.hh>
Public Member Functions | |
| mostream () | |
| Explicit constructor. | |
| template<class T> | |
| bool | connect (T &_target) |
| Connect target to multiplexer. | |
| template<class T> | |
| bool | disconnect (T &_target) |
| Disconnect target from multiplexer. | |
| bool | is_enabled () const |
| is buffer enabled | |
| void | enable () |
| enable this buffer | |
| void | disable () |
| disable this buffer | |