#include <Element.h>
Inheritance diagram for Element:
Public Member Functions | |
virtual | ~Element () |
virtual int | getElementType () const=0 |
virtual Element::~Element | ( | ) | [inline, virtual] |
virtual int Element::getElementType | ( | ) | const [pure virtual] |
Implemented in EventIn, EventOut, ExposedField, and Field.