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

/haiku/src/libs/stdc++/legacy/
H A DPlotFile.cc55 #include <PlotFile.h>
58 PlotFile implementation module
62 PlotFile& PlotFile:: cmd(char c)
68 PlotFile& PlotFile:: operator<<(const int x)
80 PlotFile& PlotFile:: operator<<(const char *s)
87 PlotFile& PlotFile
[all...]
/haiku/headers/cpp/
H A DPlotFile.h48 class PlotFile : public ofstream class in inherits:ofstream
51 PlotFile& cmd(char c);
52 PlotFile& operator << (const int x);
53 PlotFile& operator << (const char *s);
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
62 // PlotFile& remove() { ofstream::remove(); return *this; }
69 PlotFile& arc(const int xi, const int yi,
72 PlotFile
[all...]

Completed in 35 milliseconds