Function: semanticdb-search-results-table--eieio-childp
semanticdb-search-results-table--eieio-childp is a byte-compiled
function defined in db.el.gz.
Signature
(semanticdb-search-results-table--eieio-childp OBJ)
Documentation
Return non-nil if OBJ is an object of type
semanticdb-search-results-table(var)/semanticdb-search-results-table(fun) or a subclass.
Aliases
semanticdb-search-results-table-child-p (obsolete since 25.1)
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.")