This is the complete list of members for cryptonote::HardFork, including all inherited members.
| add(const cryptonote::block &block, uint64_t height) | cryptonote::HardFork | |
| add_fork(uint8_t version, uint64_t height, uint8_t threshold, time_t time) | cryptonote::HardFork | |
| add_fork(uint8_t version, uint64_t height, time_t time) | cryptonote::HardFork | |
| check(const cryptonote::block &block) const | cryptonote::HardFork | |
| check_for_height(const cryptonote::block &block, uint64_t height) const | cryptonote::HardFork | |
| DEFAULT_FORKED_TIME | cryptonote::HardFork | static |
| DEFAULT_ORIGINAL_VERSION_TILL_HEIGHT | cryptonote::HardFork | static |
| DEFAULT_THRESHOLD_PERCENT | cryptonote::HardFork | static |
| DEFAULT_UPDATE_TIME | cryptonote::HardFork | static |
| DEFAULT_WINDOW_SIZE | cryptonote::HardFork | static |
| get(uint64_t height) const | cryptonote::HardFork | |
| get_current_version() const | cryptonote::HardFork | |
| get_earliest_ideal_height_for_version(uint8_t version) const | cryptonote::HardFork | |
| get_ideal_version() const | cryptonote::HardFork | |
| get_ideal_version(uint64_t height) const | cryptonote::HardFork | |
| get_next_version() const | cryptonote::HardFork | |
| get_state(time_t t) const | cryptonote::HardFork | |
| get_state() const | cryptonote::HardFork | |
| get_voting_info(uint8_t version, uint32_t &window, uint32_t &votes, uint32_t &threshold, uint64_t &earliest_height, uint8_t &voting) const | cryptonote::HardFork | |
| get_window_size() const | cryptonote::HardFork | inline |
| HardFork(cryptonote::BlockchainDB &db, uint8_t original_version=1, uint64_t original_version_till_height=DEFAULT_ORIGINAL_VERSION_TILL_HEIGHT, time_t forked_time=DEFAULT_FORKED_TIME, time_t update_time=DEFAULT_UPDATE_TIME, uint64_t window_size=DEFAULT_WINDOW_SIZE, uint8_t default_threshold_percent=DEFAULT_THRESHOLD_PERCENT) | cryptonote::HardFork | |
| init() | cryptonote::HardFork | |
| LikelyForked enum value | cryptonote::HardFork | |
| on_block_popped(uint64_t new_chain_height) | cryptonote::HardFork | |
| Ready enum value | cryptonote::HardFork | |
| reorganize_from_block_height(uint64_t height) | cryptonote::HardFork | |
| reorganize_from_chain_height(uint64_t height) | cryptonote::HardFork | |
| State enum name | cryptonote::HardFork | |
| UpdateNeeded enum value | cryptonote::HardFork | |