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

Data Fields

enum cmArgumentTokenType type
 
struct cmStringView content_view
 
struct cmPosition position
 

Detailed Description

Contains the data for an argument token.

Field Documentation

§ content_view

struct cmStringView cmArgumentToken::content_view

A view of the token content.

§ position

struct cmPosition cmArgumentToken::position

The position that the token appears at.

§ type

enum cmArgumentTokenType cmArgumentToken::type

Indicates the type of the token.


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