UPnPsdk 0.1
Universal Plug and Play +, Software Development Kit
 
Loading...
Searching...
No Matches
anonymous_namespace{LinkedList.cpp} Namespace Reference

Functions

Scope restricted to file
int freeListNode (ListNode *node, LinkedList *list)
 Free list node.
 
ListNodeCreateListNode (void *item, LinkedList *list)
 Dynamically creates a list node.
 

Function Documentation

◆ freeListNode()

int anonymous_namespace{LinkedList.cpp}::freeListNode ( ListNode node,
LinkedList list 
)

Free list node.

Definition at line 60 of file LinkedList.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ CreateListNode()

ListNode * anonymous_namespace{LinkedList.cpp}::CreateListNode ( void *  item,
LinkedList list 
)

Dynamically creates a list node.

Returns
On success: The new node
On error: nullptr
Parameters
[in]itemthe item to store.
[in]listThe list to add it to.

Definition at line 73 of file LinkedList.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: