Function: semanticdb-table-ebrowse-p
semanticdb-table-ebrowse-p is a byte-compiled function defined in
db-ebrowse.el.gz.
Signature
(semanticdb-table-ebrowse-p OBJ)
Documentation
Return non-nil if OBJ is an object of type
semanticdb-table-ebrowse(var)/semanticdb-table-ebrowse(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/db-ebrowse.el.gz
;;; SEMANTIC Database related Code
;;; Classes:
(defclass semanticdb-table-ebrowse (semanticdb-table)
((major-mode :initform #'c++-mode)
(ebrowse-tree :initform nil
:initarg :ebrowse-tree
:documentation
"The raw ebrowse tree for this file."
)
(global-extract :initform nil
:initarg :global-extract
:documentation
"Table of ebrowse tags specific to this file.
This table is composited from the ebrowse *Globals* section.")
)
"A table for returning search results from ebrowse.")