C# Class Brunet.Util.PType

Inheritance: Brunet.Util.ICopyable
Datei anzeigen Open project: pstjuste/brunet Class Usage Examples

Protected Properties

Property Type Description
_raw_data MemBlock
_string_rep string
_table Brunet.Util.PType[]
_type_num int

Public Methods

Method Description
CopyTo ( byte buf, int off ) : int
Equals ( object o ) : bool
GetHashCode ( ) : int
IsValidNumeric ( int number ) : bool
PType ( int number ) : NUnit.Framework
PType ( string s ) : NUnit.Framework
Parse ( MemBlock mb, MemBlock &rest ) : PType
ToMemBlock ( ) : MemBlock
ToString ( ) : string

Protected Methods

Method Description
AddToTable ( PType p ) : void

Private Methods

Method Description
PType ( ) : NUnit.Framework
Test ( ) : void

Method Details

AddToTable() protected static method

protected static AddToTable ( PType p ) : void
p PType
return void

CopyTo() public method

public CopyTo ( byte buf, int off ) : int
buf byte
off int
return int

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsValidNumeric() public static method

public static IsValidNumeric ( int number ) : bool
number int
return bool

PType() public method

public PType ( int number ) : NUnit.Framework
number int
return NUnit.Framework

PType() public method

public PType ( string s ) : NUnit.Framework
s string
return NUnit.Framework

Parse() public static method

public static Parse ( MemBlock mb, MemBlock &rest ) : PType
mb MemBlock
rest MemBlock
return PType

ToMemBlock() public method

public ToMemBlock ( ) : MemBlock
return MemBlock

ToString() public method

public ToString ( ) : string
return string

Property Details

_raw_data protected_oe property

protected MemBlock,Brunet.Util _raw_data
return MemBlock

_string_rep protected_oe property

protected string _string_rep
return string

_table protected_oe static_oe property

protected static PType[],Brunet.Util _table
return Brunet.Util.PType[]

_type_num protected_oe property

protected int _type_num
return int