C# 클래스 DBreeze.LianaTrie.LTrieKid

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

공개 프로퍼티들

프로퍼티 타입 설명
Exists bool
LinkToNode bool
Ptr byte[]
Val int
ValueKid bool

프로퍼티 상세

Exists 공개적으로 프로퍼티

Default value is false
public bool Exists
리턴 bool

LinkToNode 공개적으로 프로퍼티

Works when ValueKid = false. True is link to node False if link to value. Default is true.
public bool LinkToNode
리턴 bool

Ptr 공개적으로 프로퍼티

Pointer to the next node or to the value
public byte[] Ptr
리턴 byte[]

Val 공개적으로 프로퍼티

0-255, in case if ValueKid = false, 256 if ValueKid = true; Pointer to the next node or to the value Default value is false Works when ValueKid = false. True is link to node False if link to value. Default is true. Identifies that it's a value for this node, not the kid from 0-255. If true, Ptr has link to the value. Default is false 0-255, in case if ValueKid = false, 256 if ValueKid = true;
public int Val
리턴 int

ValueKid 공개적으로 프로퍼티

Identifies that it's a value for this node, not the kid from 0-255. If true, Ptr has link to the value. Default is false
public bool ValueKid
리턴 bool