pyd v0.12.0 (2019-08-24T18:30:41Z)
Home
Dub
Repo
Inner.NodeMixin
util
multi_index
Sequenced
Inner
Undocumented in source.
template
Inner
(ThisContainer, ThisNode, Value, ValueView, size_t N, Allocator)
mixin template
NodeMixin (
size_t
N
) {
typeof
(
this
)*
next
;
typeof
(
this
)*
prev
;
void
insertNext
(typeof(this)* node);
void
insertPrev
(typeof(this)* node);
typeof
(
this
)*
removeNext
();
typeof
(
this
)*
removePrev
();
}
Members
Functions
insertNext
void
insertNext
(typeof(this)* node)
Undocumented in source.
insertPrev
void
insertPrev
(typeof(this)* node)
Undocumented in source.
removeNext
typeof
(
this
)*
removeNext
()
Undocumented in source.
removePrev
typeof
(
this
)*
removePrev
()
Undocumented in source.
Variables
next
typeof
(
this
)*
next
;
prev
typeof
(
this
)*
prev
;
Undocumented in source.
Meta
Source
See Implementation
util
multi_index
Sequenced
Inner
aliases
IndexTuple
NodeTuple
mixin templates
IndexMixin
NodeMixin
structs
SequencedRange