|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
#include <CoutSink.h>
Public Member Functions | |
| CoutSink (std::string prefix="") | |
| ~CoutSink () | |
| void | setColor (std::string color) |
| void | setClearColor (std::string color) |
| void | execute (std::ostringstream &dump) |
| void | prepend (std::ostringstream &dump, std::ostringstream &prepender) |
| void | prepend (std::ostringstream &dump, std::string prepender) |
Private Attributes | |
| std::string | prefix_ |
| std::string | color_ |
| std::string | clear_color_ |
| std::string | name_ |
Definition at line 29 of file CoutSink.h.
|
inline |
Definition at line 34 of file CoutSink.h.
References clear_color_, prefix_, and TraceComponent::TraceComponent().
|
inline |
Definition at line 41 of file CoutSink.h.
|
inlinevirtual |
Implements TraceComponent.
Definition at line 49 of file CoutSink.h.
References clear_color_, color_, and prefix_.
|
inlineinherited |
Definition at line 39 of file TraceComponent.h.
Referenced by Timestamp::execute().
|
inlineinherited |
Definition at line 47 of file TraceComponent.h.
|
inline |
Definition at line 46 of file CoutSink.h.
References clear_color_.
|
inline |
Definition at line 45 of file CoutSink.h.
References color_.
|
private |
Definition at line 59 of file CoutSink.h.
Referenced by CoutSink(), execute(), and setClearColor().
|
private |
Definition at line 58 of file CoutSink.h.
Referenced by execute(), and setColor().
|
privateinherited |
Definition at line 58 of file TraceComponent.h.
Referenced by TraceComponent().
|
private |
Definition at line 57 of file CoutSink.h.
Referenced by CoutSink(), and execute().