Function: semanticdb-table-ebrowse
semanticdb-table-ebrowse is a byte-compiled function defined in
db-ebrowse.el.gz.
Signature
(semanticdb-table-ebrowse &rest SLOTS)
Documentation
Create a new object of class 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.")