This is the complete list of members for iroha::MstStorageStateImpl, including all inherited members.
| apply(shared_model::interface::types::PublicKeyHexStringView target_peer_key, const MstState &new_state) | iroha::MstStorage | |
| applyImpl(shared_model::interface::types::PublicKeyHexStringView target_peer_key, const MstState &new_state) -> decltype(apply(target_peer_key, new_state)) override | iroha::MstStorageStateImpl | virtual |
| batchInStorage(const DataType &batch) const | iroha::MstStorage | |
| batchInStorageImpl(const DataType &batch) const override | iroha::MstStorageStateImpl | virtual |
| extractExpiredTransactions(const TimeType ¤t_time) | iroha::MstStorage | |
| extractExpiredTransactionsImpl(const TimeType ¤t_time) -> decltype(extractExpiredTransactions(current_time)) override | iroha::MstStorageStateImpl | virtual |
| getDiffState(shared_model::interface::types::PublicKeyHexStringView target_peer_key, const TimeType ¤t_time) | iroha::MstStorage | |
| getDiffStateImpl(shared_model::interface::types::PublicKeyHexStringView target_peer_key, const TimeType ¤t_time) -> decltype(getDiffState(target_peer_key, current_time)) override | iroha::MstStorageStateImpl | virtual |
| log_ | iroha::MstStorage | protected |
| MstStorage(logger::LoggerPtr log) | iroha::MstStorage | explicitprotected |
| MstStorageStateImpl(CompleterType const &completer, logger::LoggerPtr mst_state_logger, logger::LoggerPtr log) | iroha::MstStorageStateImpl | |
| MstStorageStateImpl(MstStorageStateImpl const &)=delete | iroha::MstStorageStateImpl | |
| operator=(MstStorageStateImpl const &)=delete | iroha::MstStorageStateImpl | |
| processFinalizedTransaction(shared_model::interface::types::HashType const &hash) | iroha::MstStorage | |
| processFinalizedTransactionImpl(shared_model::interface::types::HashType const &hash) override | iroha::MstStorageStateImpl | virtual |
| updateOwnState(const DataType &tx) | iroha::MstStorage | |
| updateOwnStateImpl(const DataType &tx) -> decltype(updateOwnState(tx)) override | iroha::MstStorageStateImpl | virtual |
| whatsNew(ConstRefState new_state) const | iroha::MstStorage | |
| whatsNewImpl(ConstRefState new_state) const -> decltype(whatsNew(new_state)) override | iroha::MstStorageStateImpl | virtual |
| ~MstStorage()=default | iroha::MstStorage | virtual |