Function: srecode-overlaid

srecode-overlaid is a byte-compiled function defined in fields.el.gz.

Signature

(srecode-overlaid &rest SLOTS)

Documentation

Create a new object of class type srecode-overlaid(var)/srecode-overlaid(fun).

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/srecode/fields.el.gz
;;; BASECLASS
;;
;; Fields and the template region share some basic overlay features.

(defclass srecode-overlaid ()
  ((overlay :documentation
	    "Overlay representing this field.
The overlay will crossreference this object.")
   )
  "An object that gets automatically bound to an overlay.
Has virtual :start and :end initializers.")