C# Class GSF.Snap.Tree.Extension_FixedSizeNode_uint_uint

Show file Open project: GridProtectionAlliance/openHistorian

Public Methods

Method Description
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

Method Details

Get() public static method

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

GetFirstKey() public static method

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

GetFirstKeyValue() public static method

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

GetFirstValue() public static method

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

GetLastKey() public static method

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

GetLastKeyValue() public static method

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

GetLastValue() public static method

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

GetOrGetNext() public static method

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

Insert() public static method

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

KeyInsideBounds() public static method

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

LowerKey() public static method

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

TryGet() public static method

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

TryInsert() public static method

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

UpperKey() public static method

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