[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: geanybindings.inc line 196
type TTMTag = record |
||
name: Pchar; |
|
|
_type: TTMTagType; |
|
|
refcount: gint; |
|
|
_file: PTMSourceFile; |
|
|
line: gulong; |
|
|
local: gboolean; |
|
|
pointerOrder: guint; |
|
|
arglist: Pchar; |
|
|
scope: Pchar; |
|
|
inheritance: Pchar; |
|
|
var_type: Pchar; |
|
|
access: Char; |
|
|
impl: Char; |
|
|
lang: TTMParserType; |
|
|
end; |