Function: semantic-c-tag-template

semantic-c-tag-template is a byte-compiled function defined in c.el.gz.

Signature

(semantic-c-tag-template TAG)

Documentation

Return the template specification for TAG, or nil.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/bovine/c.el.gz
(defun semantic-c-tag-template (tag)
  "Return the template specification for TAG, or nil."
  (semantic-tag-get-attribute tag :template))