Function: semanticdb-abstract-search-index--eieio-childp
semanticdb-abstract-search-index--eieio-childp is a byte-compiled
function defined in db.el.gz.
Signature
(semanticdb-abstract-search-index--eieio-childp OBJ)
Documentation
Return non-nil if OBJ is an object of type
semanticdb-abstract-search-index(var)/semanticdb-abstract-search-index(fun) or a subclass.
Aliases
semanticdb-abstract-search-index-child-p (obsolete since 25.1)
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/db.el.gz
;;; Index Cache
;;
(defclass semanticdb-abstract-search-index ()
((table :initarg :table
:type semanticdb-abstract-table
:documentation "XRef to the table this belongs to.")
)
"A place where semanticdb-find can store search index information.
The search index will store data about which other tables might be
needed, or perhaps create hash or index tables for the current buffer."
:abstract t)