WARPXM v1.10.0
Loading...
Searching...
No Matches
WxLogStreamStrm Class Reference

Works with WxLogStream for providing streaming to logs. More...

#include <wxlogstreamstrm.h>

Detailed Description

Works with WxLogStream for providing streaming to logs.

Public Member Functions

template<typename T >
WxLogStreamStrmoperator<< (T val)
 Output supplied value.
 
WxLogStreamStrmoperator<< (std::ostream &(*p)(std::ostream &))
 I/O for manipulators.
 
WxLogStreamStrmoperator<< (std::ios &(*p)(std::ios &))
 I/O for manipulators.
 

Friends

class WxLogStream
 

Member Function Documentation

◆ operator<<() [1/3]

WxLogStreamStrm & WxLogStreamStrm::operator<< ( std::ios &(*)(std::ios &)  p)
inline

I/O for manipulators.

Parameters
pmanipulator object
Returns
reference to this stream object

◆ operator<<() [2/3]

WxLogStreamStrm & WxLogStreamStrm::operator<< ( std::ostream &(*)(std::ostream &)  p)
inline

I/O for manipulators.

Parameters
pmanipulator object
Returns
reference to this stream object

◆ operator<<() [3/3]

template<typename T >
WxLogStreamStrm & WxLogStreamStrm::operator<< ( val)
inline

Output supplied value.

Parameters
valvalue to output
Returns
reference to this stream object

Friends And Related Function Documentation

◆ WxLogStream

friend class WxLogStream
friend

The documentation for this class was generated from the following file: