MCPcopy Create free account
hub / github.com/carbonengine/trinity / ScannerToken

Class ScannerToken

shadercompiler/ParserState.h:17–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15};
16
17struct ScannerToken
18{
19 int type;
20 long intValue;
21 InlineString stringValue;
22 FileLocation fileLocation;
23
24 static ScannerToken ID( const InlineString& value, const FileLocation& location = FileLocation() );
25 static ScannerToken FromTokenType( int type, const FileLocation& location = FileLocation() );
26};
27
28enum PreprocessorScanResult
29{

Callers

nothing calls this directly

Calls 1

FileLocationClass · 0.85

Tested by

no test coverage detected