Function: semanticdb-abstract-search-index-p
semanticdb-abstract-search-index-p is a byte-compiled function defined
in db.el.gz.
Signature
(semanticdb-abstract-search-index-p OBJ)
Documentation
Return non-nil if OBJ is an object of type semanticdb-abstract-search-index(var)/semanticdb-abstract-search-index(fun).
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)