RedBlackTreeNode<T> Class

Inheritance

Template Parameters

T

Constructors & Destructor

public RedBlackTreeNode(const T& value_, RedBlackTreeNode* parent_)

Member Functions

public inline nothrow T& Value()
public inline nothrow const T& Value() const

Typedefs

public typedef ValueType T

Member Variables

private T value

Constructor& Destructor Details

RedBlackTreeNode Constructor

public RedBlackTreeNode(const T& value_, RedBlackTreeNode* parent_)

Definition
Line 510 of System.Base/RedBlackTree.cm


Member Function Details

Value Member Function

public inline nothrow T& Value()

Definition
Line 517 of System.Base/RedBlackTree.cm


Value Member Function

public inline nothrow const T& Value()

Definition
Line 513 of System.Base/RedBlackTree.cm