NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <functors.hpp>
Public Member Functions | |
Printer () | |
Printer (stream &out) | |
virtual | ~Printer () |
virtual void | operator() (const sesElem &se) const =0 |
Protected Attributes | |
stream & | out_ |
printer class template
Definition at line 47 of file functors.hpp.
|
inline |
Definition at line 50 of file functors.hpp.
|
inline |
Definition at line 51 of file functors.hpp.
|
inlinevirtual |
Definition at line 52 of file functors.hpp.
|
pure virtual |
Implemented in dtl::CommonPrinter< sesElem, stream >, and dtl::ChangePrinter< sesElem, stream >.
|
protected |
Definition at line 55 of file functors.hpp.