C# 클래스 Fanx.Fcode.FAttrs

FAttrs is meta-data for a FType of FSlot - we only decode what we understand and ignore anything else.
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_errTable FBuf
m_facets FFacet[]
m_lineNum int
m_lineNums FBuf
m_sourceFile string

공개 메소드들

메소드 설명
read ( FStore input ) : FAttrs

비공개 메소드들

메소드 설명
errTable ( FStore input ) : void
facets ( FStore input ) : void
lineNumber ( FStore input ) : void
lineNumbers ( FStore input ) : void
sourceFile ( FStore input ) : void

메소드 상세

read() 공개 정적인 메소드

public static read ( FStore input ) : FAttrs
input FStore
리턴 FAttrs

프로퍼티 상세

m_errTable 공개적으로 프로퍼티

public FBuf,Fanx.Fcode m_errTable
리턴 FBuf

m_facets 공개적으로 프로퍼티

public FFacet[] m_facets
리턴 FFacet[]

m_lineNum 공개적으로 프로퍼티

public int m_lineNum
리턴 int

m_lineNums 공개적으로 프로퍼티

public FBuf,Fanx.Fcode m_lineNums
리턴 FBuf

m_sourceFile 공개적으로 프로퍼티

public string m_sourceFile
리턴 string