YARP
Yet Another Robot Platform
yarp::os::LogStream Class Reference

#include <yarp/os/LogStream.h>

Public Member Functions

 LogStream (Log::LogType type, const char *file, unsigned int line, const char *func, const double externaltime, const yarp::os::Log::Predicate pred=nullptr, const LogComponent &comp=Log::defaultLogComponent())
 
 LogStream (const LogStream &o)
 
 ~LogStream ()
 
LogStreamoperator<< (bool t)
 
LogStreamoperator<< (char t)
 
LogStreamoperator<< (signed short t)
 
LogStreamoperator<< (unsigned short t)
 
LogStreamoperator<< (signed int t)
 
LogStreamoperator<< (unsigned int t)
 
LogStreamoperator<< (signed long t)
 
LogStreamoperator<< (unsigned long t)
 
LogStreamoperator<< (signed long long t)
 
LogStreamoperator<< (unsigned long long t)
 
LogStreamoperator<< (float t)
 
LogStreamoperator<< (double t)
 
LogStreamoperator<< (const char *t)
 
LogStreamoperator<< (const void *t)
 
LogStreamoperator<< (const std::string &t)
 
template<typename T >
LogStreamoperator<< (const std::vector< T > &t)
 

Detailed Description

Definition at line 36 of file LogStream.h.

Constructor & Destructor Documentation

◆ LogStream() [1/2]

yarp::os::LogStream::LogStream ( Log::LogType  type,
const char *  file,
unsigned int  line,
const char *  func,
const double  externaltime,
const yarp::os::Log::Predicate  pred = nullptr,
const LogComponent comp = Log::defaultLogComponent() 
)
inline

Definition at line 73 of file LogStream.h.

◆ LogStream() [2/2]

yarp::os::LogStream::LogStream ( const LogStream o)
inline

Definition at line 84 of file LogStream.h.

◆ ~LogStream()

yarp::os::LogStream::~LogStream ( )
inline

Definition at line 90 of file LogStream.h.

Member Function Documentation

◆ operator<<() [1/16]

LogStream& yarp::os::LogStream::operator<< ( bool  t)
inline

Definition at line 132 of file LogStream.h.

◆ operator<<() [2/16]

LogStream& yarp::os::LogStream::operator<< ( char  t)
inline

Definition at line 138 of file LogStream.h.

◆ operator<<() [3/16]

LogStream& yarp::os::LogStream::operator<< ( const char *  t)
inline

Definition at line 204 of file LogStream.h.

◆ operator<<() [4/16]

LogStream& yarp::os::LogStream::operator<< ( const std::string &  t)
inline

Definition at line 217 of file LogStream.h.

◆ operator<<() [5/16]

template<typename T >
LogStream& yarp::os::LogStream::operator<< ( const std::vector< T > &  t)
inline

Definition at line 225 of file LogStream.h.

◆ operator<<() [6/16]

LogStream& yarp::os::LogStream::operator<< ( const void *  t)
inline

Definition at line 210 of file LogStream.h.

◆ operator<<() [7/16]

LogStream& yarp::os::LogStream::operator<< ( double  t)
inline

Definition at line 198 of file LogStream.h.

◆ operator<<() [8/16]

LogStream& yarp::os::LogStream::operator<< ( float  t)
inline

Definition at line 192 of file LogStream.h.

◆ operator<<() [9/16]

LogStream& yarp::os::LogStream::operator<< ( signed int  t)
inline

Definition at line 156 of file LogStream.h.

◆ operator<<() [10/16]

LogStream& yarp::os::LogStream::operator<< ( signed long long  t)
inline

Definition at line 180 of file LogStream.h.

◆ operator<<() [11/16]

LogStream& yarp::os::LogStream::operator<< ( signed long  t)
inline

Definition at line 168 of file LogStream.h.

◆ operator<<() [12/16]

LogStream& yarp::os::LogStream::operator<< ( signed short  t)
inline

Definition at line 144 of file LogStream.h.

◆ operator<<() [13/16]

LogStream& yarp::os::LogStream::operator<< ( unsigned int  t)
inline

Definition at line 162 of file LogStream.h.

◆ operator<<() [14/16]

LogStream& yarp::os::LogStream::operator<< ( unsigned long long  t)
inline

Definition at line 186 of file LogStream.h.

◆ operator<<() [15/16]

LogStream& yarp::os::LogStream::operator<< ( unsigned long  t)
inline

Definition at line 174 of file LogStream.h.

◆ operator<<() [16/16]

LogStream& yarp::os::LogStream::operator<< ( unsigned short  t)
inline

Definition at line 150 of file LogStream.h.


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