Function: semanticdb-abstract-search-index

semanticdb-abstract-search-index is a byte-compiled function defined in db.el.gz.

Signature

(semanticdb-abstract-search-index &rest _)

Documentation

You cannot create a new 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)