eieio-defclass

eieio-defclass is a compiled Lisp function in `eieio-core.el'.

(eieio-defclass CNAME SUPERCLASSES SLOTS OPTIONS-AND-DOC)

Define CNAME as a new subclass of SUPERCLASSES.
SLOTS are the slots residing in that class definition, and options or
documentation OPTIONS-AND-DOC is the toplevel documentation for this class.
See `defclass' for more information.