OpenBarnyard
 
Loading...
Searching...
No Matches
TFileLexer Class Reference

#include <TFileLexer.h>

Public Types

enum  TOKEN { TOKEN_UNKNOWN = 0 , TOKEN_IDENT = 16 , TOKEN_STRING = 17 , TOKEN_COMMENT = 21 }
 

Detailed Description

Definition at line 5 of file TFileLexer.h.

Member Enumeration Documentation

◆ TOKEN

Enumerator
TOKEN_UNKNOWN 
TOKEN_IDENT 
TOKEN_STRING 
TOKEN_COMMENT 

Definition at line 8 of file TFileLexer.h.

9 {
10 TOKEN_UNKNOWN = 0,
11 TOKEN_IDENT = 16,
12 TOKEN_STRING = 17,
13 TOKEN_COMMENT = 21,
14 };

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