ae.utils.container.listnode

Linked list common data structure and intrusive lists

Members

Aliases

DListItem
deprecated alias DListItem = DListLink
Undocumented in source.

Mixin templates

DListLink
mixintemplate DListLink()
Undocumented in source.
ListLink
mixintemplate ListLink(bool HASPREV)

Mixin containing the linked-list fields. When using *ListContainer, inject it into your custom type.

SListLink
mixintemplate SListLink()
Undocumented in source.

Structs

ListCommon
struct ListCommon
Undocumented in source.
ListContainer
struct ListContainer(Node, bool HASPREV, bool HASTAIL)

Container for user-specified list nodes. Use together with *ListLink.

ListNode
struct ListNode(T, bool HASPREV)
Undocumented in source.

Templates

DESListContainer
template DESListContainer(T)
DListContainer
template DListContainer(T)
SEDListContainer
template SEDListContainer(T)

*List variations for containers of user linked types.

SListContainer
template SListContainer(T)

*List variations for containers of user linked types.

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Vladimir Panteleev <ae@cy.md>