[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'geanyplugin' (#fpgeanyplugin)

TTMTag

Declaration

Source position: geanybindings.inc line 229

type TTMTag = record

  name: Pchar;

  

  _type: TTMTagType;

  

  refcount: gint;

  

  _file: PTMSourceFile;

  

  line: gulong;

  

  local: gboolean;

  

  flags: guint;

  

  arglist: Pchar;

  

  scope: Pchar;

  

  inheritance: Pchar;

  

  var_type: Pchar;

  

  access: Char;

  

  impl: Char;

  

  lang: TTMParserType;

  

  kind_letter: gchar;

  

end;