#include <TraceWriter.h>
Protected Member Functions |
| TraceWriter (std::ostream &aoutputStream) |
Detailed Description
Virtual Class to implement trace writers.
Description of class 'TraceWriter'
Aim:
- See also:
- testTrace.cpp
Definition at line 57 of file TraceWriter.h.
Constructor & Destructor Documentation
DGtal::TraceWriter::TraceWriter |
( |
std::ostream & |
aoutputStream | ) |
|
|
inlineprotected |
Constructor. Forbidden by default (protected to avoid g++ warnings).
Definition at line 103 of file TraceWriter.h.
DGtal::TraceWriter::TraceWriter |
( |
const TraceWriter & |
other | ) |
|
|
private |
Copy constructor.
- Parameters:
-
other | the object to clone. Forbidden by default. |
Member Function Documentation
bool DGtal::TraceWriter::isValid |
( |
| ) |
const |
Assignment.
- Parameters:
-
- Returns:
- a reference on 'this'. Forbidden by default.
std::ostream& DGtal::TraceWriter::outputStream |
( |
| ) |
|
|
inline |
virtual std::string DGtal::TraceWriter::postfixReset |
( |
| ) |
|
|
pure virtual |
virtual std::string DGtal::TraceWriter::prefixEmphase |
( |
| ) |
|
|
pure virtual |
virtual std::string DGtal::TraceWriter::prefixError |
( |
| ) |
|
|
pure virtual |
virtual std::string DGtal::TraceWriter::prefixInfo |
( |
| ) |
|
|
pure virtual |
virtual std::string DGtal::TraceWriter::prefixWarning |
( |
| ) |
|
|
pure virtual |
void DGtal::TraceWriter::selfDisplay |
( |
std::ostream & |
out | ) |
const |
Field Documentation
std::ostream& DGtal::TraceWriter::myOutputStream |
|
protected |
The documentation for this class was generated from the following file: