Data Fields

Token Struct Reference

A token from the source stream. More...

#include <TsConfigTypes.h>

Collaboration diagram for Token:
Collaboration graph
[legend]

Data Fields

char * _s
 Text of token.
size_t _n
 Text length.
int _type
 Type of token.
struct Location _loc
 Location of token.

Detailed Description

A token from the source stream.

Definition at line 51 of file TsConfigTypes.h.


Field Documentation

size_t Token::_n
char* Token::_s

Type of token.

Definition at line 54 of file TsConfigTypes.h.

Referenced by ts::config::Builder::literalValue().


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