next up previous
Next: Linkage Up: simlib Previous: simlib

AnyObject


     NAME
	  anyobject - AnyObject	- empty, abstract superclass.

     DESCRIPTION
	  Class	to emulate common root class of	all classes.

     AUTHOR
	  Boris	Magnusson, Lund	Institute of Technology.

     DECLARATION AND USE
	  Declaration: external	class AnyObject;
	  Compilation: simcomp -L=/usr/local/simulabin -I=simlib
	  Linking: simld ... -lsimlib

     DETAILED INTERFACE
	     class AnyObject;
	  Can be used as outermost  abstract  superclass  to  simulate
	  systems  with	a single inheritance tree. Note	that such sub-
	  classes  must	 be  separately	 compiled  since   sub-classes
	  otherwise  will be rooted in their enviroment	of surrounding
	  blocks.

	  Supers: -
	  Kind:	Abstract
	  Init:	none
	  Sequencing: -