Cthulhu  0.2.10
Cthulhu compiler collection
where_t Struct Reference

a location inside a scanner locations are inclusive and 0-based More...

#include <where.h>

Data Fields

ctu_line_t first_line
 the first line of the location More...
 
ctu_line_t last_line
 the last line of the location More...
 
ctu_column_t first_column
 the first column of the location More...
 
ctu_column_t last_column
 the last column of the location More...
 

Detailed Description

a location inside a scanner locations are inclusive and 0-based

Definition at line 22 of file where.h.

Field Documentation

◆ first_column

ctu_column_t where_t::first_column

the first column of the location

Definition at line 31 of file where.h.

◆ first_line

ctu_line_t where_t::first_line

the first line of the location

Definition at line 25 of file where.h.

◆ last_column

ctu_column_t where_t::last_column

the last column of the location

Definition at line 34 of file where.h.

◆ last_line

ctu_line_t where_t::last_line

the last line of the location

Definition at line 28 of file where.h.


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