6 #ifndef IROHA_ROUND_HPP 7 #define IROHA_ROUND_HPP 13 #include <boost/operators.hpp> 31 struct Round :
public boost::less_than_comparable<Round> {
60 #endif // IROHA_ROUND_HPP std::size_t hash_value(Round const &val)
Definition: round.cpp:42
bool operator==(const Round &rhs) const
Definition: round.cpp:25
Definition: block_query.hpp:15
hash256_t hash(const T &pb)
Definition: pb_common.hpp:43
uint32_t RejectRoundType
Definition: round.hpp:26
bool operator!=(const Round &rhs) const
Definition: round.cpp:30
BlockRoundType block_round
Definition: round.hpp:32
std::string toString() const
Definition: round.cpp:34
bool operator<(const Round &rhs) const
Definition: round.cpp:20
RejectRoundType reject_round
Definition: round.hpp:33
uint64_t BlockRoundType
Definition: round.hpp:21