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

TTMWorkspace

Declaration

Source position: geanybindings.inc line 251

type TTMWorkspace = record

  global_tags: PGPtrArray;

  

  source_files: PGPtrArray;

  

  tags_array: PGPtrArray;

  

  typename_array: PGPtrArray;

  

  global_typename_array: PGPtrArray;

  

  source_file_map: PGHashTable;

  

end;