Source: ornament.h


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

#include "atom.h"
#include "position.h"

class Ornament : public Atoma
{
 private:

 public:
  Ornament();
  Ornament(const Ornament&);

  virtual ostream & print(int,ostream&) const = 0;
  virtual void flush(const char*) const = 0;
  virtual Element * copy() const = 0;
  virtual bool isEvent() const { return false; }
};

#endif

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