MCPcopy Create free account
hub / github.com/alandefreitas/matplotplusplus / opened

Method opened

source/matplot/util/popen.h:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 FILE *file() const { return file_; }
48 int close(int *exit_code = nullptr);
49 bool opened() const { return file_ != nullptr; }
50 const std::string& error() const { return error_; }
51 bool exceptions() const { return exceptions_; }
52 void exceptions(bool exc) { exceptions_ = exc; }

Callers 2

gnuplotMethod · 0.80
run_commandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected