Compare

Undocumented in source.

Constructors

this
this(HashGraph h1, HashGraph h2, ErrorCallback error_callback)
Undocumented in source.

Members

Aliases

ErrorCallback
alias ErrorCallback = bool delegate(const Event e1, const Event e2, const ErrorCode code) nothrow @(safe)
Undocumented in source.

Enums

ErrorCode
enum ErrorCode
Undocumented in source.

Functions

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

Variables

count
uint count;
Undocumented in source.
error_callback
ErrorCallback error_callback;
Undocumented in source.
h1
HashGraph h1;
h2
HashGraph h2;
Undocumented in source.
order_offset
int order_offset;
Undocumented in source.
round_offset
long round_offset;
Undocumented in source.

Meta