All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
uscript::Token Struct Reference

#include <scanner.h>

Public Attributes

TokenType type
 
const char * start
 
int length
 

Detailed Description

Definition at line 38 of file scanner.h.

Member Data Documentation

int uscript::Token::length

Definition at line 41 of file scanner.h.

const char* uscript::Token::start

Definition at line 40 of file scanner.h.

TokenType uscript::Token::type

Definition at line 39 of file scanner.h.


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