Function: semantic-c-tag-template-specifier

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

Signature

(semantic-c-tag-template-specifier TAG)

Documentation

Return the template specifier specification for TAG, or nil.

Source Code

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