NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <functors.hpp>
Public Member Functions | |
CommonPrinter () | |
CommonPrinter (stream &out) | |
~CommonPrinter () | |
void | operator() (const sesElem &se) const |
Public Member Functions inherited from dtl::Printer< sesElem, ostream > | |
Printer () | |
Printer (ostream &out) | |
virtual | ~Printer () |
virtual void | operator() (const sesElem &se) const=0 |
Additional Inherited Members | |
Protected Attributes inherited from dtl::Printer< sesElem, ostream > | |
ostream & | out_ |
common element printer class template
Definition at line 62 of file functors.hpp.
|
inline |
Definition at line 65 of file functors.hpp.
|
inline |
Definition at line 66 of file functors.hpp.
|
inline |
Definition at line 67 of file functors.hpp.
|
inlinevirtual |
Implements dtl::Printer< sesElem, ostream >.
Definition at line 68 of file functors.hpp.
References dtl::Printer< sesElem, ostream >::out_, and SES_MARK_COMMON.