You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"brief": "Remove item from the list. Doesn't deallocate memo...",
125
+
"description": "Remove item from the list. Doesn't deallocate memory allocated for the item.\nIf element is not in the list function doesn't affect linked list.",
126
+
"error": "",
127
+
"examples": "",
128
+
"language": "",
129
+
"members": [],
130
+
"name": "dmDoubleLinkedList::ListRemove",
131
+
"notes": [],
132
+
"parameters": [
133
+
{
134
+
"doc": "the list",
135
+
"is_optional": "False",
136
+
"name": "list",
137
+
"types": [
138
+
"dmDoubleLinkedList::List*"
139
+
]
140
+
},
141
+
{
142
+
"doc": "removed item",
143
+
"is_optional": "False",
144
+
"name": "item",
145
+
"types": [
146
+
"dmDoubleLinkedList::ListNode*"
147
+
]
148
+
}
149
+
],
150
+
"replaces": "",
151
+
"returnvalues": [],
152
+
"tparams": [],
153
+
"type": "FUNCTION"
154
+
}
155
+
],
156
+
"info": {
157
+
"brief": "Double linked list structs and functions",
158
+
"description": "Double linked list structs and functions",
159
+
"description_html": "<p>Double linked list structs and functions</p>",
160
+
"file": "double_linked_list.h",
161
+
"include": "dmsdk/dlib/double_linked_list.h",
162
+
"language": "C++",
163
+
"name": "Double linked list structs and functions",
0 commit comments