One_To_Many

Parametized test for the "one to many" scenario, when the many don't communicate

Members

Aliases

StringAPI
alias StringAPI = DataAPI!string
Undocumented in source.
StringNode
alias StringNode = DataNode!string
Undocumented in source.
WordAPI
alias WordAPI = DataAPI!size_t
Undocumented in source.
WordNode
alias WordNode = DataNode!size_t
Undocumented in source.

Classes

DataNode
class DataNode(T)
Undocumented in source.

Functions

runTest
void runTest(size_t node_count, size_t iterations)
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

DataAPI
interface DataAPI(T)
Undocumented in source.

Meta