10#ifndef __RTDiagStream_h__
11#define __RTDiagStream_h__ included
51 RTS_INLINE
void setMirror( std::ostream* m );
52 RTS_INLINE
void clearMirror(
void );
61 std::ostream * mirror;
75 typename std::enable_if<std::is_same<T, int64_t>::value,
RTDiagStream&>::type
79 typename std::enable_if<std::is_same<T, uint64_t>::value,
RTDiagStream&>::type
91#include <RTDiagStream.inl>
Provides a common interface to certain data type implementations (e.g.
Definition: RTDataObject.h:33
Definition: RTDiagStream.h:40
A type descriptor providing information about a type.
Definition: RTObject_class.h:64
A time value which can represent either an absolute or relative time.
Definition: RTTimespec.h:29