C# Class GSF.Snap.Tree.Extension_FixedSizeNode_uint_uint

Afficher le fichier Open project: GridProtectionAlliance/openHistorian

Méthodes publiques

Méthode 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 méthode

public static Get ( SnapUInt32>.this tree, uint key ) : uint
tree SnapUInt32>.this
key uint
Résultat uint

GetFirstKey() public static méthode

public static GetFirstKey ( SnapUInt32>.this tree ) : uint
tree SnapUInt32>.this
Résultat uint

GetFirstKeyValue() public static méthode

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

GetFirstValue() public static méthode

public static GetFirstValue ( SnapUInt32>.this tree ) : uint
tree SnapUInt32>.this
Résultat uint

GetLastKey() public static méthode

public static GetLastKey ( SnapUInt32>.this tree ) : uint
tree SnapUInt32>.this
Résultat uint

GetLastKeyValue() public static méthode

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

GetLastValue() public static méthode

public static GetLastValue ( SnapUInt32>.this tree ) : uint
tree SnapUInt32>.this
Résultat uint

GetOrGetNext() public static méthode

public static GetOrGetNext ( SnapUInt32>.this tree, uint key ) : uint
tree SnapUInt32>.this
key uint
Résultat uint

Insert() public static méthode

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

KeyInsideBounds() public static méthode

public static KeyInsideBounds ( SnapUInt32>.this tree, uint key ) : bool
tree SnapUInt32>.this
key uint
Résultat bool

LowerKey() public static méthode

public static LowerKey ( SnapUInt32>.this tree ) : uint
tree SnapUInt32>.this
Résultat uint

TryGet() public static méthode

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

TryInsert() public static méthode

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

UpperKey() public static méthode

public static UpperKey ( SnapUInt32>.this tree ) : uint
tree SnapUInt32>.this
Résultat uint