C# Class Fanx.Fcode.FAttrs

FAttrs is meta-data for a FType of FSlot - we only decode what we understand and ignore anything else.
Show file Open project: xored/f4 Class Usage Examples

Public Properties

Property Type Description
m_errTable FBuf
m_facets FFacet[]
m_lineNum int
m_lineNums FBuf
m_sourceFile string

Public Methods

Method Description
read ( FStore input ) : FAttrs

Private Methods

Method Description
errTable ( FStore input ) : void
facets ( FStore input ) : void
lineNumber ( FStore input ) : void
lineNumbers ( FStore input ) : void
sourceFile ( FStore input ) : void

Method Details

read() public static method

public static read ( FStore input ) : FAttrs
input FStore
return FAttrs

Property Details

m_errTable public property

public FBuf,Fanx.Fcode m_errTable
return FBuf

m_facets public property

public FFacet[] m_facets
return FFacet[]

m_lineNum public property

public int m_lineNum
return int

m_lineNums public property

public FBuf,Fanx.Fcode m_lineNums
return FBuf

m_sourceFile public property

public string m_sourceFile
return string