C# Class idTech5Map.Parser

Show file Open project: Patapom/GodComplex Class Usage Examples

Public Properties

Property Type Description
m_Content string
m_Index int

Public Methods

Method Description
ConsumeString ( string _ExpectedString ) : void
Error ( string _Error ) : void
IsChar ( char _Char ) : bool
IsEOL ( ) : bool
IsNumeric ( ) : bool
IsSpace ( ) : bool
Parser ( string _Content ) : System
ReadBlock ( ) : string
ReadFloat ( ) : float
ReadFloat3 ( float3 _InitialValue ) : float3
ReadInteger ( ) : int
ReadString ( ) : string
ReadString ( bool _UnQuote, bool _unSemiColon ) : string
ReadToEOL ( ) : string
SkipSpaces ( ) : bool
UnQuote ( string s, bool _unSemiColon ) : string

Method Details

ConsumeString() public method

public ConsumeString ( string _ExpectedString ) : void
_ExpectedString string
return void

Error() public method

public Error ( string _Error ) : void
_Error string
return void

IsChar() public method

public IsChar ( char _Char ) : bool
_Char char
return bool

IsEOL() public method

public IsEOL ( ) : bool
return bool

IsNumeric() public method

public IsNumeric ( ) : bool
return bool

IsSpace() public method

public IsSpace ( ) : bool
return bool

Parser() public method

public Parser ( string _Content ) : System
_Content string
return System

ReadBlock() public method

public ReadBlock ( ) : string
return string

ReadFloat() public method

public ReadFloat ( ) : float
return float

ReadFloat3() public method

public ReadFloat3 ( float3 _InitialValue ) : float3
_InitialValue float3
return float3

ReadInteger() public method

public ReadInteger ( ) : int
return int

ReadString() public method

public ReadString ( ) : string
return string

ReadString() public method

public ReadString ( bool _UnQuote, bool _unSemiColon ) : string
_UnQuote bool
_unSemiColon bool
return string

ReadToEOL() public method

public ReadToEOL ( ) : string
return string

SkipSpaces() public method

public SkipSpaces ( ) : bool
return bool

UnQuote() public method

public UnQuote ( string s, bool _unSemiColon ) : string
s string
_unSemiColon bool
return string

Property Details

m_Content public property

public string m_Content
return string

m_Index public property

public int m_Index
return int