C# Класс GSF.Snap.Tree.Extension_FixedSizeNode_uint_uint

Показать файл Открыть проект

Открытые методы

Метод Описание
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