-
-
Notifications
You must be signed in to change notification settings - Fork 4
libvlc.Meta.LinkedList
Andrew Lambert edited this page Nov 26, 2022
·
5 revisions
Protected Class LinkedList
This class is a generic linked list of data structures. Pass a Ptr
to the first element of the list and the size of the structure to the Constructor, then use the Item
method to access the members of the list.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2016-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.
Entry-level points of interest denoted by "☜"