ARGoS  3
A parallel, multi-engine simulator for swarm robotics
argos::CARGoSLog Class Reference

#include <argos_log.h>

List of all members.

Public Member Functions

 CARGoSLog (std::ostream &c_stream, const SLogColor &s_log_color, bool b_colored_output_enabled=true)
 ~CARGoSLog ()
void EnableColoredOutput ()
void DisableColoredOutput ()
bool IsColoredOutput () const
std::ostream & GetStream ()
void Flush ()
CARGoSLogoperator<< (std::ostream &(*c_stream)(std::ostream &))
template<typename T >
CARGoSLogoperator<< (const T t_msg)

Detailed Description

Definition at line 43 of file argos_log.h.


Constructor & Destructor Documentation

argos::CARGoSLog::CARGoSLog ( std::ostream &  c_stream,
const SLogColor s_log_color,
bool  b_colored_output_enabled = true 
) [inline]

Definition at line 69 of file argos_log.h.

Definition at line 81 of file argos_log.h.


Member Function Documentation

Definition at line 98 of file argos_log.h.

Definition at line 94 of file argos_log.h.

void argos::CARGoSLog::Flush ( ) [inline]

Definition at line 127 of file argos_log.h.

std::ostream& argos::CARGoSLog::GetStream ( ) [inline]

Definition at line 106 of file argos_log.h.

bool argos::CARGoSLog::IsColoredOutput ( ) const [inline]

Definition at line 102 of file argos_log.h.

CARGoSLog& argos::CARGoSLog::operator<< ( std::ostream &(*)(std::ostream &)  c_stream) [inline]

Definition at line 130 of file argos_log.h.

template<typename T >
CARGoSLog& argos::CARGoSLog::operator<< ( const T  t_msg) [inline]

Definition at line 139 of file argos_log.h.


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