Searched defs:PlotFile (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/cpp/
H A DPlotFile.h48 class PlotFile : public ofstream class in inherits:ofstream
57 PlotFile() : ofstream() { } function in class:PlotFile
58 PlotFile(int fd) : ofstream(fd) { } function in class:PlotFile
59 PlotFile(const char *name, int mode=ios::out, int prot=0664) function in class:PlotFile
[all...]

Completed in 43 milliseconds