#include <DGtal/base/TraceWriterFile.h>
Description of class 'TraceWriterFile'
Aim:
Definition at line 56 of file TraceWriterFile.h.
◆ TraceWriterFile() [1/2]
DGtal::TraceWriterFile::TraceWriterFile |
( |
std::ostream & |
aoutputStream | ) |
|
|
inline |
Constructor.
- Parameters
-
aoutputStream | the current output Stream |
Definition at line 67 of file TraceWriterFile.h.
TraceWriter(std::ostream &aoutputStream)
◆ ~TraceWriterFile()
DGtal::TraceWriterFile::~TraceWriterFile |
( |
| ) |
|
|
inline |
◆ TraceWriterFile() [2/2]
Copy constructor.
- Parameters
-
other | the object to clone. Forbidden by default. |
◆ isValid()
bool DGtal::TraceWriterFile::isValid |
( |
| ) |
const |
Checks the validity/consistency of the object.
- Returns
- 'true' if the object is valid, 'false' otherwise.
◆ operator=()
Assignment.
- Parameters
-
- Returns
- a reference on 'this'. Forbidden by default.
◆ postfixReset()
std::string DGtal::TraceWriterFile::postfixReset |
( |
| ) |
|
|
inlinevirtual |
◆ prefixEmphase()
std::string DGtal::TraceWriterFile::prefixEmphase |
( |
| ) |
|
|
inlinevirtual |
◆ prefixError()
std::string DGtal::TraceWriterFile::prefixError |
( |
| ) |
|
|
inlinevirtual |
◆ prefixInfo()
std::string DGtal::TraceWriterFile::prefixInfo |
( |
| ) |
|
|
inlinevirtual |
◆ prefixWarning()
std::string DGtal::TraceWriterFile::prefixWarning |
( |
| ) |
|
|
inlinevirtual |
◆ selfDisplay()
void DGtal::TraceWriterFile::selfDisplay |
( |
std::ostream & |
out | ) |
const |
Writes/Displays the object on an output stream.
- Parameters
-
out | the output stream where the object is written. |
The documentation for this class was generated from the following file: