Function: srecode-semantic-apply-tag-to-dict

srecode-semantic-apply-tag-to-dict is a byte-compiled function defined in semantic.el.gz.

Signature

(srecode-semantic-apply-tag-to-dict TAGOBJ DICT)

Documentation

Insert features of TAGOBJ into the dictionary DICT.

TAGOBJ is an object of class srecode-semantic-tag(var)/srecode-semantic-tag(fun). This class is a compound inserter value. DICT is a dictionary object. At a minimum, this function will create dictionary macro for NAME. It is also likely to create macros for TYPE (data type), function arguments, variable default values, and other things.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/srecode/semantic.el.gz
(define-overloadable-function srecode-semantic-apply-tag-to-dict (tagobj dict)
  "Insert features of TAGOBJ into the dictionary DICT.
TAGOBJ is an object of class `srecode-semantic-tag'.  This class
is a compound inserter value.
DICT is a dictionary object.
At a minimum, this function will create dictionary macro for NAME.
It is also likely to create macros for TYPE (data type), function arguments,
variable default values, and other things."
  )