eieio-instance-tracker
eieio-instance-tracker is an object constructor function in `eieio-base.el'.
Creates an object of class eieio-instance-tracker.
You cannot create a new object of type eieio-instance-tracker
Class description:
eieio-instance-tracker is an abstract class in `eieio-base.el'.
Children `semanticdb-project-database', `srecode-mode-table', `ede-cpp-root-project'.
This special class enables instance tracking.
Inheritors from this class must overload `tracking-symbol' which is
a variable symbol used to store a list of all instances.
Instance Allocated Slots:
Class Allocated Slots:
Slot: tracking-symbol type = symbol value = unbound
The symbol used to maintain a list of our instances.
The instance list is treated as a variable, with new instances added to it.
Specialized Methods:
`delete-instance' :PRIMARY (arg1)
Remove THIS from the master list of this class.
(fn THIS
)