Struct MutationCounter¶
Defined in File MutationCounter.hpp
Struct Documentation¶
-
struct
dish2::MutationCounter¶ Public Functions
-
void
RecordPointMutation(const size_t num)¶
-
void
RecordInsertionDeletion(const size_t num)¶
-
void
RecordMutationOccurrence()¶
-
bool
operator==(const MutationCounter &other) const¶
-
bool
operator<(const MutationCounter &other) const¶
-
void