TestPushPullFilter

Undocumented in source.
version(unittest)
@pushSink!ulong
@pullSource!ulong
struct TestPushPullFilter (
alias Scheduler
) {}

Members

Functions

pull
size_t pull(ulong[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
push
size_t push(const(ulong)[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin Scheduler
Undocumented in source.
__anonymous
mixin TestStage
Undocumented in source.

Variables

buffer
ulong[] buffer;
Undocumented in source.

Mixed In Members

From mixin TestStage

This
alias This = typeof(this)
Undocumented in source.
Stage
alias Stage = A
Undocumented in source.
Stage
alias Stage = D
Undocumented in source.
Stage
alias Stage = F
Undocumented in source.
Stage
alias Stage = This
Undocumented in source.
this(this)
this(this)
Undocumented in source.
opAssign
void opAssign(typeof(this) )
Undocumented in source.
this
this(Arg!Stage arg)
Undocumented in source.
arg
Arg!Stage arg;
Undocumented in source.

Meta