comparison src/DLD-FUNCTIONS/gplot.l @ 5500:709307492cd7

[project @ 2005-10-18 19:18:21 by jwe]
author jwe
date Tue, 18 Oct 2005 19:18:22 +0000
parents 179096e8e57f
children d0a24bfe4487
comparison
equal deleted inserted replaced
5499:9e3efbc3070a 5500:709307492cd7
751 void do_init (void); 751 void do_init (void);
752 752
753 std::string 753 std::string
754 makeplot (std::string caller, std::string args) throw (gpt_parse_error); 754 makeplot (std::string caller, std::string args) throw (gpt_parse_error);
755 755
756 std::string gnuplot::handle_title (int& lasttok); 756 std::string handle_title (int& lasttok);
757 }; 757 };
758 758
759 gnuplot *gnuplot::instance = 0; 759 gnuplot *gnuplot::instance = 0;
760 760
761 std::map<int, gnuplot *> gnuplot::instance_map; 761 std::map<int, gnuplot *> gnuplot::instance_map;