Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doubly linked nodes #172

Open
wants to merge 4 commits into
base: development
Choose a base branch
from
Open

Conversation

lava76
Copy link
Collaborator

@lava76 lava76 commented Jan 17, 2025

This feature has been in Expansion and COT, as-is, for a while. It adds a generalized doubly linked lists.

@lava76 lava76 requested a review from Arkensor January 17, 2025 10:57
class CF_DoublyLinkedNodes_WeakRef<Class T>
{
ref CF_DoublyLinkedNode_WeakRef<T> m_Head;
CF_DoublyLinkedNode_WeakRef<T> m_Current;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is current for? I would expect any access to be m_Head + the desired count.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Current is for Each with passed in limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants