6 #ifndef IROHA_ROUND_HPP 7 #define IROHA_ROUND_HPP 13 #include <boost/operators.hpp> 31 struct Round :
public boost::less_than_comparable<Round> {
59 #endif // IROHA_ROUND_HPP bool operator==(const Round &rhs) const
Definition: round.cpp:25
Definition: block_query.hpp:15
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:41
bool operator<(const Round &rhs) const
Definition: round.cpp:20
RejectRoundType reject_round
Definition: round.hpp:33
uint64_t BlockRoundType
Definition: round.hpp:21