Function: semanticdb-search-results-table

semanticdb-search-results-table is a byte-compiled function defined in db.el.gz.

Signature

(semanticdb-search-results-table &rest SLOTS)

Documentation

Create a new object of class type semanticdb-search-results-table(var)/semanticdb-search-results-table(fun).

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/db.el.gz
;;; SEARCH RESULTS TABLE
;;
;; Needed for system databases that may not provide
;; a semanticdb-table associated with a file.
;;
(defclass semanticdb-search-results-table (semanticdb-abstract-table)
  ()
  "Table used for search results when there is no file or table association.
Examples include search results from external sources such as from
Emacs's own symbol table, or from external libraries.")