Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GskParseLocation Struct Reference

#include <gskrendernode.h>

Data Fields

gsize bytes
 
gsize chars
 
gsize lines
 
gsize line_bytes
 
gsize line_chars
 

Detailed Description

GskParseLocation: @bytes: the offset of the location in the parse buffer, as bytes @chars: the offset of the location in the parse buffer, as characters @lines: the line of the location in the parse buffer @line_bytes: the position in the line, as bytes @line_chars: the position in the line, as characters

A location in a parse buffer.

Definition at line 83 of file gskrendernode.h.

Field Documentation

◆ bytes

gsize _GskParseLocation::bytes

Definition at line 85 of file gskrendernode.h.

◆ chars

gsize _GskParseLocation::chars

Definition at line 86 of file gskrendernode.h.

◆ line_bytes

gsize _GskParseLocation::line_bytes

Definition at line 88 of file gskrendernode.h.

◆ line_chars

gsize _GskParseLocation::line_chars

Definition at line 89 of file gskrendernode.h.

◆ lines

gsize _GskParseLocation::lines

Definition at line 87 of file gskrendernode.h.


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