cmEngine  0.1.1
A library for interpreting CMake code.
Data Fields
cmTokenSpec Struct Reference

Data Fields

enum cmTokenType type
 
size_t content_offset
 
size_t content_size
 
size_t size
 

Detailed Description

This structure is used to specify the parameters of a token being produced by the lexer.

Field Documentation

§ content_offset

size_t cmTokenSpec::content_offset

The offset within the reader buffer that the content should start.

§ content_size

size_t cmTokenSpec::content_size

The number of characters to put into the token content.

§ size

size_t cmTokenSpec::size

The total number of characters that the lexer is reading to produce this token.

§ type

enum cmTokenType cmTokenSpec::type

The type of the token.


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