StdRefinement

Undocumented in source.

Members

Functions

epack
void epack(immutable(EventPackage*) epack)
Undocumented in source. Be warned that the author may not have intended to support it.
epoch
void epoch(Event[] event_collection, const(Round) decided_round)
Undocumented in source. Be warned that the author may not have intended to support it.
epoch
void epoch(Event[] event_collection, const(Round) decided_round)
Undocumented in source. Be warned that the author may not have intended to support it.
excludedNodes
void excludedNodes(BitMask excluded_mask)
Undocumented in source. Be warned that the author may not have intended to support it.
finishedEpoch
void finishedEpoch(const(Event[]) events, sdt_t epoch_time, Round decided_round)
Undocumented in source. Be warned that the author may not have intended to support it.
payload
void payload(immutable(EventPackage*) epack)
Undocumented in source. Be warned that the author may not have intended to support it.
setOwner
void setOwner(HashGraph hashgraph)
Undocumented in source.
setTasknames
void setTasknames(TaskNames task_names)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

MAX_ORDER_COUNT
enum MAX_ORDER_COUNT;

Max recursion count for order_less function

Static variables

epoch_created
Topic epoch_created;
Undocumented in source.

Variables

collector_service
Tid collector_service;
Undocumented in source.
hashgraph
HashGraph hashgraph;
Undocumented in source.
task_names
TaskNames task_names;
Undocumented in source.

Inherited Members

From Refinement

setOwner
void setOwner(HashGraph hashgraph)
Undocumented in source.
setTasknames
void setTasknames(TaskNames task_names)
Undocumented in source.
finishedEpoch
void finishedEpoch(const(Event[]) events, sdt_t epoch_time, Round decided_round)

called when the epoch is final

excludedNodes
void excludedNodes(BitMask mask)
Undocumented in source.
epack
void epack(immutable(EventPackage*) epack)
Undocumented in source.
epoch
void epoch(Event[] events, const(Round) decided_round)
Undocumented in source.
payload
void payload(immutable(EventPackage*) epack)
Undocumented in source.

Meta