UniversalTestSource

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

Members

Mixins

__anonymous
mixin TestStage
Undocumented in source.
__anonymous
mixin Context!A
Undocumented in source.
__anonymous
mixin ImplementTestPullSource
Undocumented in source.
__anonymous
mixin ImplementTestPeekSource
Undocumented in source.
__anonymous
mixin ImplementTestPushSource
Undocumented in source.
__anonymous
mixin ImplementTestAllocSource
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 ImplementTestPullSource

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

From mixin ImplementTestPeekSource

peek
const(ulong)[] peek(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
consume
void consume(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.

From mixin ImplementTestPushSource

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

From mixin ImplementTestAllocSource

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

Meta