All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
ompl::msg::OutputHandler Class Reference

Generic class to handle output from a piece of code. More...

#include <Console.h>

Inheritance diagram for ompl::msg::OutputHandler:

List of all members.

Public Member Functions

virtual void error (const std::string &text)=0
 Print an error message: "Error: ....".
virtual void warn (const std::string &text)=0
 Print an warning message: "Warning: ....".
virtual void inform (const std::string &text)=0
 Print some information: "Information: ....".
virtual void debug (const std::string &text)=0
 Print a debug message.

Detailed Description

Generic class to handle output from a piece of code.

In order to handle output from the library in different ways, an implementation of this class needs to be provided. The Interface class forwards calls to an instance of OutputHandler. This instance can be set with the useOutputHandler function.

Definition at line 111 of file Console.h.


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