C# 클래스 Brunet.AddressParser

파일 보기 프로젝트 열기: pstjuste/brunet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_address_cache Cache
_cache Address>.WeakValueTable
_mb_cache Brunet.Address[]

공개 메소드들

메소드 설명
Parse ( MemBlock mb ) : Brunet.Address
Parse ( string ascii ) : Brunet.Address

보호된 메소드들

메소드 설명
NoCacheParse ( string ascii ) : Brunet.Address
SimulatorCache ( Brunet.Address a ) : Brunet.Address

비공개 메소드들

메소드 설명
AddressParser ( ) : System

메소드 상세

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

protected static NoCacheParse ( string ascii ) : Brunet.Address
ascii string
리턴 Brunet.Address

Parse() 정적인 공개 메소드

static public Parse ( MemBlock mb ) : Brunet.Address
mb MemBlock
리턴 Brunet.Address

Parse() 공개 정적인 메소드

public static Parse ( string ascii ) : Brunet.Address
ascii string
리턴 Brunet.Address

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

protected static SimulatorCache ( Brunet.Address a ) : Brunet.Address
a Brunet.Address
리턴 Brunet.Address

프로퍼티 상세

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

protected static Cache _address_cache
리턴 Cache

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

protected static WeakValueTable _cache
리턴 Address>.WeakValueTable

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

protected static Address[],Brunet _mb_cache
리턴 Brunet.Address[]