Variable: semantic-c-classname
semantic-c-classname is a variable defined in c.el.gz.
Value
nil
Documentation
At parse time, assign a class or struct name text here.
It is picked up by semantic-c-reconstitute-token to determine
if something is a constructor. Value should be:
(TYPENAME . TYPEOFTYPE)
where typename is the name of the type, and typeoftype is "class"
or "struct".
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/bovine/c.el.gz
(defvar semantic-c-classname nil
"At parse time, assign a class or struct name text here.
It is picked up by `semantic-c-reconstitute-token' to determine
if something is a constructor. Value should be:
(TYPENAME . TYPEOFTYPE)
where typename is the name of the type, and typeoftype is \"class\"
or \"struct\".")