OTB
9.0.0
Orfeo Toolbox
|
#include <otbStandardOutputPrintCallback.h>
Public Member Functions | |
void | Call (std::string const &content) |
void | Flush () |
bool | IsInteractive () |
StandardOutputPrintCallback () | |
virtual | ~StandardOutputPrintCallback ()=default |
Private Attributes | |
bool | m_IsInteractive |
Class with printing callback methods using the standard output.
This class defines the Call method, used to write a string the standard output, the Flush method, used to flush it, and the IsInteractive method used to determine if the output is the console.
Definition at line 41 of file otbStandardOutputPrintCallback.h.
|
inline |
Constructor
Definition at line 45 of file otbStandardOutputPrintCallback.h.
|
virtualdefault |
Destructor
void otb::StandardOutputPrintCallback::Call | ( | std::string const & | content | ) |
Write a string to a buffer
void otb::StandardOutputPrintCallback::Flush | ( | ) |
Flush the buffer
bool otb::StandardOutputPrintCallback::IsInteractive | ( | ) |
Determine if the output is interactive
|
private |
flag determining if the output is interactive
Definition at line 61 of file otbStandardOutputPrintCallback.h.