C# 클래스 Brunet.Util.PType

상속: Brunet.Util.ICopyable
파일 보기 프로젝트 열기: pstjuste/brunet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_raw_data MemBlock
_string_rep string
_table Brunet.Util.PType[]
_type_num int

공개 메소드들

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

보호된 메소드들

메소드 설명
AddToTable ( PType p ) : void

비공개 메소드들

메소드 설명
PType ( ) : NUnit.Framework
Test ( ) : void

메소드 상세

AddToTable() 보호된 정적인 메소드

protected static AddToTable ( PType p ) : void
p PType
리턴 void

CopyTo() 공개 메소드

public CopyTo ( byte buf, int off ) : int
buf byte
off int
리턴 int

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IsValidNumeric() 공개 정적인 메소드

public static IsValidNumeric ( int number ) : bool
number int
리턴 bool

PType() 공개 메소드

public PType ( int number ) : NUnit.Framework
number int
리턴 NUnit.Framework

PType() 공개 메소드

public PType ( string s ) : NUnit.Framework
s string
리턴 NUnit.Framework

Parse() 공개 정적인 메소드

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

ToMemBlock() 공개 메소드

public ToMemBlock ( ) : MemBlock
리턴 MemBlock

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

_raw_data 보호되어 있는 프로퍼티

protected MemBlock,Brunet.Util _raw_data
리턴 MemBlock

_string_rep 보호되어 있는 프로퍼티

protected string _string_rep
리턴 string

_table 보호되어 있는 정적으로 프로퍼티

protected static PType[],Brunet.Util _table
리턴 Brunet.Util.PType[]

_type_num 보호되어 있는 프로퍼티

protected int _type_num
리턴 int