easyd ~master (2021-05-06T10:23:33Z)
Dub
Repo
LinkedListIterator
easyd
list
Undocumented in source.
struct
LinkedListIterator (
TValue
) {
LinkedListPointer
!
TValue
ptr
;
bool
skipNextInc
;
this
(CLinkedListContainer!TValue cont, LinkedListDescriptor list);
this
(CLinkedListContainer!TValue cont, ptrdiff_t idx);
void
opUnary
();
void
opUnary
();
}
Constructors
this
this
(CLinkedListContainer!TValue cont, LinkedListDescriptor list)
Undocumented in source.
this
this
(CLinkedListContainer!TValue cont, ptrdiff_t idx)
Undocumented in source.
Alias This
ptr
Members
Functions
opUnary
void
opUnary
()
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
void
opUnary
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
ptr
LinkedListPointer
!
TValue
ptr
;
Undocumented in source.
skipNextInc
bool
skipNextInc
;
Undocumented in source.
Meta
Source
See Implementation
easyd
list
classes
CLinkedListContainer
CList
IConstHashObject
IListIndex
ListIndex
Selection
functions
concat
hash
mixin templates
CListIndexOperations
structs
LinkedListContainer
LinkedListDescriptor
LinkedListIterator
LinkedListPointer
List