comparison src/pt-plot.h @ 1227:766e2a1a4e7b

[project @ 1995-04-10 00:48:19 by jwe]
author jwe
date Mon, 10 Apr 1995 00:50:03 +0000
parents da56532815ee
children 12ecc2ecf0e3
comparison
equal deleted inserted replaced
1226:2457d4ba0691 1227:766e2a1a4e7b
183 183
184 class 184 class
185 subplot_list : public SLList<subplot *>, public tree_print_code 185 subplot_list : public SLList<subplot *>, public tree_print_code
186 { 186 {
187 public: 187 public:
188 subplot_list (void) : SLList<subplot *> () { } 188 subplot_list (void) : SLList<subplot *> (), tree_print_code () { }
189 189
190 subplot_list (subplot *t) : SLList<subplot *> () 190 subplot_list (subplot *t) : SLList<subplot *> (), tree_print_code ()
191 { append (t); } 191 { append (t); }
192 192
193 ~subplot_list (void) 193 ~subplot_list (void)
194 { 194 {
195 while (! empty ()) 195 while (! empty ())