Source: selection.h


Annotated List
Files
Globals
Hierarchy
Index
#ifndef _SELECTION_H_
#define _SELECTION_H_

#include "compound.h"

class Selection : public Compound
{
 private:

 public:

  Selection();

  Selection(const Selection&);

  virtual ostream & print(int,ostream&) const;
  virtual void flush(const char*) const;
  virtual Element * copy() const;

};

#endif

Generated by: wuerthne on clouseau on Fri Sep 21 19:20:46 2001, using kdoc 2.0a53.