C# 클래스 GSF.Snap.Tree.Extension_FixedSizeNode_uint_uint

파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian

공개 메소드들

메소드 설명
Get ( SnapUInt32>.this tree, uint key ) : uint
GetFirstKey ( SnapUInt32>.this tree ) : uint
GetFirstKeyValue ( SnapUInt32>.this tree, uint &key, uint &value ) : void
GetFirstValue ( SnapUInt32>.this tree ) : uint
GetLastKey ( SnapUInt32>.this tree ) : uint
GetLastKeyValue ( SnapUInt32>.this tree, uint &key, uint &value ) : void
GetLastValue ( SnapUInt32>.this tree ) : uint
GetOrGetNext ( SnapUInt32>.this tree, uint key ) : uint
Insert ( SnapUInt32>.this tree, uint key, uint value ) : void
KeyInsideBounds ( SnapUInt32>.this tree, uint key ) : bool
LowerKey ( SnapUInt32>.this tree ) : uint
TryGet ( SnapUInt32>.this tree, uint key, uint &value ) : bool
TryInsert ( SnapUInt32>.this tree, uint key, uint value ) : bool
UpperKey ( SnapUInt32>.this tree ) : uint

메소드 상세

Get() 공개 정적인 메소드

public static Get ( SnapUInt32>.this tree, uint key ) : uint
tree SnapUInt32>.this
key uint
리턴 uint

GetFirstKey() 공개 정적인 메소드

public static GetFirstKey ( SnapUInt32>.this tree ) : uint
tree SnapUInt32>.this
리턴 uint

GetFirstKeyValue() 공개 정적인 메소드

public static GetFirstKeyValue ( SnapUInt32>.this tree, uint &key, uint &value ) : void
tree SnapUInt32>.this
key uint
value uint
리턴 void

GetFirstValue() 공개 정적인 메소드

public static GetFirstValue ( SnapUInt32>.this tree ) : uint
tree SnapUInt32>.this
리턴 uint

GetLastKey() 공개 정적인 메소드

public static GetLastKey ( SnapUInt32>.this tree ) : uint
tree SnapUInt32>.this
리턴 uint

GetLastKeyValue() 공개 정적인 메소드

public static GetLastKeyValue ( SnapUInt32>.this tree, uint &key, uint &value ) : void
tree SnapUInt32>.this
key uint
value uint
리턴 void

GetLastValue() 공개 정적인 메소드

public static GetLastValue ( SnapUInt32>.this tree ) : uint
tree SnapUInt32>.this
리턴 uint

GetOrGetNext() 공개 정적인 메소드

public static GetOrGetNext ( SnapUInt32>.this tree, uint key ) : uint
tree SnapUInt32>.this
key uint
리턴 uint

Insert() 공개 정적인 메소드

public static Insert ( SnapUInt32>.this tree, uint key, uint value ) : void
tree SnapUInt32>.this
key uint
value uint
리턴 void

KeyInsideBounds() 공개 정적인 메소드

public static KeyInsideBounds ( SnapUInt32>.this tree, uint key ) : bool
tree SnapUInt32>.this
key uint
리턴 bool

LowerKey() 공개 정적인 메소드

public static LowerKey ( SnapUInt32>.this tree ) : uint
tree SnapUInt32>.this
리턴 uint

TryGet() 공개 정적인 메소드

public static TryGet ( SnapUInt32>.this tree, uint key, uint &value ) : bool
tree SnapUInt32>.this
key uint
value uint
리턴 bool

TryInsert() 공개 정적인 메소드

public static TryInsert ( SnapUInt32>.this tree, uint key, uint value ) : bool
tree SnapUInt32>.this
key uint
value uint
리턴 bool

UpperKey() 공개 정적인 메소드

public static UpperKey ( SnapUInt32>.this tree ) : uint
tree SnapUInt32>.this
리턴 uint