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

Rewrite our own linked list #44

Open
3 tasks done
kpp opened this issue Nov 22, 2013 · 0 comments
Open
3 tasks done

Rewrite our own linked list #44

kpp opened this issue Nov 22, 2013 · 0 comments
Assignees
Milestone

Comments

@kpp
Copy link
Collaborator

kpp commented Nov 22, 2013

We use object_ptr in BakerMemoryManager. object_ptr is a kind of singly linked list.

  • create method ::findPreviousOf()
  • move releaseExternalHeapPointer into a method ::erase()
  • create method ::insert()
kpp added a commit that referenced this issue Dec 10, 2013
kpp added a commit that referenced this issue Dec 24, 2013
Fixes StackLinkedNode::operator=.
Fixes LinkedList ctor.
Adds  StackLinkedNode::getData() const

Issue: #44
kpp added a commit that referenced this issue Dec 24, 2013
kpp added a commit that referenced this issue Dec 24, 2013
kpp added a commit that referenced this issue Dec 24, 2013
@ghost ghost assigned kpp Dec 28, 2013
kpp added a commit that referenced this issue Dec 31, 2013
@kpp kpp modified the milestones: Version 0.5, Version 0.3 Jan 31, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant