C# Class Brunet.Util.PType

Inheritance: Brunet.Util.ICopyable
Afficher le fichier Open project: pstjuste/brunet Class Usage Examples

Protected Properties

Свойство Type Description
_raw_data MemBlock
_string_rep string
_table Brunet.Util.PType[]
_type_num int

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
AddToTable ( PType p ) : void

Private Methods

Méthode Description
PType ( ) : NUnit.Framework
Test ( ) : void

Method Details

AddToTable() protected static méthode

protected static AddToTable ( PType p ) : void
p PType
Résultat void

CopyTo() public méthode

public CopyTo ( byte buf, int off ) : int
buf byte
off int
Résultat int

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsValidNumeric() public static méthode

public static IsValidNumeric ( int number ) : bool
number int
Résultat bool

PType() public méthode

public PType ( int number ) : NUnit.Framework
number int
Résultat NUnit.Framework

PType() public méthode

public PType ( string s ) : NUnit.Framework
s string
Résultat NUnit.Framework

Parse() public static méthode

public static Parse ( MemBlock mb, MemBlock &rest ) : PType
mb MemBlock
rest MemBlock
Résultat PType

ToMemBlock() public méthode

public ToMemBlock ( ) : MemBlock
Résultat MemBlock

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

_raw_data protected_oe property

protected MemBlock,Brunet.Util _raw_data
Résultat MemBlock

_string_rep protected_oe property

protected string _string_rep
Résultat string

_table protected_oe static_oe property

protected static PType[],Brunet.Util _table
Résultat Brunet.Util.PType[]

_type_num protected_oe property

protected int _type_num
Résultat int