Cthulhu  0.2.10
Cthulhu compiler collection
text_cache_t Struct Reference
Collaboration diagram for text_cache_t:

Data Fields

arena_tarena
 
io_tio
 
text_view_t source
 
typevec_tline_info
 
map_tcached_lines
 

Detailed Description

Definition at line 146 of file common_extra.c.

Field Documentation

◆ arena

arena_t* text_cache_t::arena

Definition at line 148 of file common_extra.c.

◆ cached_lines

map_t* text_cache_t::cached_lines

Definition at line 155 of file common_extra.c.

◆ io

io_t* text_cache_t::io

Definition at line 150 of file common_extra.c.

◆ line_info

typevec_t* text_cache_t::line_info

Definition at line 153 of file common_extra.c.

◆ source

text_view_t text_cache_t::source

Definition at line 151 of file common_extra.c.


The documentation for this struct was generated from the following file: