UniversalTestSink

Undocumented in source.
version(unittest)
@sink(Method.pull)
@sink(Method.peek)
@sink(Method.push)
@sink(Method.alloc)
struct UniversalTestSink (
alias Context
A...
) {}

Members

Mixins

__anonymous
mixin TestStage
Undocumented in source.
__anonymous
mixin Context!A
Undocumented in source.
__anonymous
mixin ImplementTestPullSink
Undocumented in source.
__anonymous
mixin ImplementTestPeekSink
Undocumented in source.
__anonymous
mixin ImplementTestPushSink
Undocumented in source.
__anonymous
mixin ImplementTestAllocSink
Undocumented in source.

Mixed In Members

From mixin TestStage

This
alias This = typeof(this)
Undocumented in source.
Stage
alias Stage = F
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.

From mixin ImplementTestPullSink

run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.

From mixin ImplementTestPeekSink

run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.

From mixin ImplementTestPushSink

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

From mixin ImplementTestAllocSink

last
ulong[] last;
Undocumented in source.
alloc
bool alloc(ulong[] buf, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
commit
size_t commit(size_t n)
Undocumented in source.

Meta