Bucket<T> Class

Template Parameters

T

Constraint

T  is  Semiregular

Constructors & Destructor

public Bucket(const T& value_, Bucket* next_)

Member Functions

public inline nothrow Bucket* Next() const
public inline nothrow void SetNext(Bucket* next_)
public inline nothrow T& Value()
public inline nothrow const T& Value() const

Typedefs

public typedef ValueType T

Member Variables

private Bucket* next
private T value

Constructor& Destructor Details

Bucket Constructor

public Bucket(const T& value_, Bucket* next_)

Definition
Line 115 of System.Base/Hashtable.cm


Member Function Details

Next Member Function

public inline nothrow Bucket* Next()

Definition
Line 126 of System.Base/Hashtable.cm


SetNext Member Function

public inline nothrow void SetNext(Bucket* next_)

Definition
Line 130 of System.Base/Hashtable.cm


Value Member Function

public inline nothrow T& Value()

Definition
Line 122 of System.Base/Hashtable.cm


Value Member Function

public inline nothrow const T& Value()

Definition
Line 118 of System.Base/Hashtable.cm