34 #ifndef _Representable_H
35 #define _Representable_H
38 #error This is a C++ include file and cannot be used from plain C
59 virtual std::string
toXML() = 0;
60 virtual void fromXML(std::string& xml) = 0;
62 virtual std::string
getName()
const = 0;
63 virtual unsigned int size()
const = 0;
virtual unsigned int size() const =0
virtual void fromXML(std::string &xml)=0
virtual std::string toXML()=0
The ASDM class is the container for all tables.
virtual void setEntity(Entity e)=0
virtual Entity getEntity() const =0
The Representable interface is implemented by all tables and by the container.
const Double e
e and functions thereof:
virtual std::string getName() const =0
The Entity class is an identification of a persistant entity in the ALMA archive. ...