List (the Get method)

Returns a pointer to the CLinkedList<T>.

CLinkedList<T>* List();

Return Value

Returns a pointer to the CLinkedList<T> linked list.

List (the Set method)

Sets a pointer to the CLinkedList<T>.

void List(
   CLinkedList<T>*  value     // a pointer to the list
   );

Parameters

*value

[in]  A pointer to the linked list CLinkedList<T>.