#include <gnuplot-iostream.h>
Public Member Functions | |
| virtual std::string | filename () const =0 |
| GnuplotFeedback () | |
| virtual FILE * | handle () const =0 |
| virtual | ~GnuplotFeedback () |
Private Member Functions | |
| GnuplotFeedback (const GnuplotFeedback &) | |
| const GnuplotFeedback & | operator= (const GnuplotFeedback &) |
Definition at line 105 of file gnuplot-iostream.h.
| GnuplotFeedback::GnuplotFeedback | ( | ) | [inline] |
Definition at line 107 of file gnuplot-iostream.h.
| virtual GnuplotFeedback::~GnuplotFeedback | ( | ) | [inline, virtual] |
Definition at line 108 of file gnuplot-iostream.h.
| GnuplotFeedback::GnuplotFeedback | ( | const GnuplotFeedback & | ) | [private] |
| virtual std::string GnuplotFeedback::filename | ( | ) | const [pure virtual] |
| virtual FILE* GnuplotFeedback::handle | ( | ) | const [pure virtual] |
| const GnuplotFeedback& GnuplotFeedback::operator= | ( | const GnuplotFeedback & | ) | [private] |