Node Class

Definition

Line 5 of cmsxu/CircularList.cm

Constructors & Destructor

public nothrow Node()

Member Variables

public Node* next
public Node* prev

Constructor& Destructor Details

Node Constructor

public nothrow Node()

Definition
Line 7 of cmsxu/CircularList.cm