Protected Member Functions
GraspIt::StdLog Class Reference

Simple implementation of a log which just prints the logs on std::cout and std::cerr. More...

#include <LogBinding.h>

Inheritance diagram for GraspIt::StdLog:
Inheritance graph
[legend]

List of all members.

Protected Member Functions

virtual void implPrint (const std::stringstream &str)
virtual void implPrint (const char *str)
virtual void implPrintError (const std::stringstream &str)
virtual void implPrintError (const char *str)
virtual void implPrintWarn (const std::stringstream &str)
virtual void implPrintWarn (const char *str)
virtual void printNewLine (bool errorStream)

Detailed Description

Simple implementation of a log which just prints the logs on std::cout and std::cerr.

Author:
Jennifer Buehler
Date:
December 2015

Definition at line 160 of file LogBinding.h.


Member Function Documentation

virtual void GraspIt::StdLog::implPrint ( const std::stringstream &  str) [inline, protected, virtual]

Implements GraspIt::Log.

Definition at line 163 of file LogBinding.h.

virtual void GraspIt::StdLog::implPrint ( const char *  str) [inline, protected, virtual]

Implements GraspIt::Log.

Definition at line 176 of file LogBinding.h.

virtual void GraspIt::StdLog::implPrintError ( const std::stringstream &  str) [inline, protected, virtual]

Implements GraspIt::Log.

Definition at line 167 of file LogBinding.h.

virtual void GraspIt::StdLog::implPrintError ( const char *  str) [inline, protected, virtual]

Implements GraspIt::Log.

Definition at line 180 of file LogBinding.h.

virtual void GraspIt::StdLog::implPrintWarn ( const std::stringstream &  str) [inline, protected, virtual]

Implements GraspIt::Log.

Definition at line 171 of file LogBinding.h.

virtual void GraspIt::StdLog::implPrintWarn ( const char *  str) [inline, protected, virtual]

Implements GraspIt::Log.

Definition at line 184 of file LogBinding.h.

virtual void GraspIt::StdLog::printNewLine ( bool  errorStream) [inline, protected, virtual]

Subclasses which do NOT automatically make a new line in implPrint* functions need to implement the printing of a new line in this function.

Parameters:
errorStreamset to true if the new line is to be printed in the error stream. Otherwise is printed to the standard stream.

Implements GraspIt::Log.

Definition at line 190 of file LogBinding.h.


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


grasp_planning_graspit
Author(s): Jennifer Buehler
autogenerated on Wed May 8 2019 02:53:36