Function: srecode-semantic-find-template

srecode-semantic-find-template is a byte-compiled function defined in semantic.el.gz.

Signature

(srecode-semantic-find-template CLASS PROTOTYPE CTXT)

Documentation

Find a template for a tag of class CLASS based on context.

PROTOTYPE is non-nil if we want a prototype template instead.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/srecode/semantic.el.gz
;;; INSERT A TAG API
;;
;; Routines that take a tag, and insert into a buffer.
(define-overloadable-function srecode-semantic-find-template (class prototype ctxt)
  "Find a template for a tag of class CLASS based on context.
PROTOTYPE is non-nil if we want a prototype template instead."
  )