Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
NShader.Lexer.ScanBuff Class Referenceabstract
Inheritance diagram for NShader.Lexer.ScanBuff:
NShader.Lexer.Scanner.StreamBuff NShader.Lexer.Scanner.StringBuff NShader.Lexer.Scanner.TextBuff NShader.Lexer.Scanner.BigEndTextBuff NShader.Lexer.Scanner.LittleEndTextBuff

Public Member Functions

abstract int Read ()
 
abstract int Peek ()
 
abstract string GetString (int b, int e)
 

Public Attributes

const int EOF = -1
 

Properties

abstract int Pos [get, set]
 
abstract int ReadPos [get]
 

Detailed Description

Definition at line 71 of file ShaderMPlexer.cs.

Member Function Documentation

abstract string NShader.Lexer.ScanBuff.GetString ( int  b,
int  e 
)
pure virtual
abstract int NShader.Lexer.ScanBuff.Peek ( )
pure virtual

Member Data Documentation

const int NShader.Lexer.ScanBuff.EOF = -1

Definition at line 73 of file ShaderMPlexer.cs.

Property Documentation

abstract int NShader.Lexer.ScanBuff.Pos
getset

Definition at line 74 of file ShaderMPlexer.cs.

abstract int NShader.Lexer.ScanBuff.ReadPos
get

Definition at line 77 of file ShaderMPlexer.cs.


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