#include <stdio.h>
#include <fstream>
#include <iostream>
#include <sstream>
#include <stdexcept>
#include <string>
#include <utility>
#include <iomanip>
#include <vector>
#include "boost/iostreams/device/file_descriptor.hpp"
#include "boost/iostreams/stream.hpp"
#include "boost/version.hpp"
#include "boost/utility.hpp"
Go to the source code of this file.
Classes | |
class | Gnuplot |
class | GnuplotFeedback |
class | GnuplotWriter |
Defines | |
#define | FILENO fileno |
#define | PCLOSE pclose |
#define | POPEN popen |
#define FILENO fileno |
Definition at line 67 of file gnuplot-iostream.h.
#define PCLOSE pclose |
Definition at line 65 of file gnuplot-iostream.h.
#define POPEN popen |
Definition at line 66 of file gnuplot-iostream.h.