C# 클래스 idTech5Map.Parser

파일 보기 프로젝트 열기: Patapom/GodComplex 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_Content string
m_Index int

공개 메소드들

메소드 설명
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

메소드 상세

ConsumeString() 공개 메소드

public ConsumeString ( string _ExpectedString ) : void
_ExpectedString string
리턴 void

Error() 공개 메소드

public Error ( string _Error ) : void
_Error string
리턴 void

IsChar() 공개 메소드

public IsChar ( char _Char ) : bool
_Char char
리턴 bool

IsEOL() 공개 메소드

public IsEOL ( ) : bool
리턴 bool

IsNumeric() 공개 메소드

public IsNumeric ( ) : bool
리턴 bool

IsSpace() 공개 메소드

public IsSpace ( ) : bool
리턴 bool

Parser() 공개 메소드

public Parser ( string _Content ) : System
_Content string
리턴 System

ReadBlock() 공개 메소드

public ReadBlock ( ) : string
리턴 string

ReadFloat() 공개 메소드

public ReadFloat ( ) : float
리턴 float

ReadFloat3() 공개 메소드

public ReadFloat3 ( float3 _InitialValue ) : float3
_InitialValue float3
리턴 float3

ReadInteger() 공개 메소드

public ReadInteger ( ) : int
리턴 int

ReadString() 공개 메소드

public ReadString ( ) : string
리턴 string

ReadString() 공개 메소드

public ReadString ( bool _UnQuote, bool _unSemiColon ) : string
_UnQuote bool
_unSemiColon bool
리턴 string

ReadToEOL() 공개 메소드

public ReadToEOL ( ) : string
리턴 string

SkipSpaces() 공개 메소드

public SkipSpaces ( ) : bool
리턴 bool

UnQuote() 공개 메소드

public UnQuote ( string s, bool _unSemiColon ) : string
s string
_unSemiColon bool
리턴 string

프로퍼티 상세

m_Content 공개적으로 프로퍼티

public string m_Content
리턴 string

m_Index 공개적으로 프로퍼티

public int m_Index
리턴 int