#include <gnuplot-iostream.h>
Public Member Functions | |
void | fh_close () |
int | fh_fileno () |
FileHandleWrapper (std::FILE *_fh, bool _should_use_pclose) | |
Public Attributes | |
bool | should_use_pclose |
std::FILE * | wrapped_fh |
Definition at line 1521 of file gnuplot-iostream.h.
|
inline |
Definition at line 1522 of file gnuplot-iostream.h.
|
inline |
Definition at line 1525 of file gnuplot-iostream.h.
|
inline |
Definition at line 1537 of file gnuplot-iostream.h.
bool gnuplotio::FileHandleWrapper::should_use_pclose |
Definition at line 1542 of file gnuplot-iostream.h.
std::FILE* gnuplotio::FileHandleWrapper::wrapped_fh |
Definition at line 1541 of file gnuplot-iostream.h.