Function: semanticdb-project-database-ebrowse

semanticdb-project-database-ebrowse is a byte-compiled function defined in db-ebrowse.el.gz.

Signature

(semanticdb-project-database-ebrowse &rest SLOTS)

Documentation

Create a new object of class type semanticdb-project-database-ebrowse(var)/semanticdb-project-database-ebrowse(fun).

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/db-ebrowse.el.gz
(defclass semanticdb-project-database-ebrowse
  (semanticdb-project-database)
  ((new-table-class :initform 'semanticdb-table-ebrowse
		    :type class
		    :documentation
		    "New tables created for this database are of this class.")
   (system-include-p :initform nil
		     :initarg :system-include
		     :documentation
		     "Flag indicating this database represents a system include directory.")
   (ebrowse-struct :initform nil
		   :initarg :ebrowse-struct
		   )
   )
  "Semantic Database deriving tags using the EBROWSE tool.
EBROWSE is a C/C++ parser for use with `ebrowse' Emacs program.")