Skip to content

List

List (the Get method)

Returns a pointer to the CLinkedList.

CLinkedList<T>* List();

Return Value

Returns a pointer to the CLinkedList linked list.

List (the Set method)

Sets a pointer to the CLinkedList.

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

Parameters

*value

[in] A pointer to the linked list CLinkedList.

Last updated on