Function: srecode-overlaid-p
srecode-overlaid-p is a byte-compiled function defined in
fields.el.gz.
Signature
(srecode-overlaid-p OBJ)
Documentation
Return non-nil if OBJ is an object of 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 cross-reference this object.")
)
"An object that gets automatically bound to an overlay.
Has virtual :start and :end initializers.")