Next: eieio-persistent
, Previous: eieio-instance-tracker
, Up: Base Classes [Contents][Index]
eieio-singleton
This class is defined in the package eieio-base.
Inheriting from the singleton class will guarantee that there will
only ever be one instance of this class. Multiple calls to
make-instance
will always return the same object.