This is the complete list of members for Updater, including all inherited members.
addPendingUpdate(const Update &u) | Updater | |
applyPendingUpdate(Update &u, LockType &&lock, RemoteUpdateGetter getRemoteUpdate, UpdateConsumer updateConsumer) | Updater | inline |
applyPendingUpdates(LockType &&lock, RemoteUpdateGetter getRemoteUpdate) | Updater | inline |
applyPendingUpdates(LockType &&lock, RemoteUpdateGetter getRemoteUpdate, UpdateConsumer updateConsumer) | Updater | inline |
applyUpdate(const Update &u) | Updater | |
canApplyUpdate(const Update &u) | Updater | |
clearPendingUpdates() | Updater | |
getAppliedUpdateIds() const | Updater | inline |
getPendingUpdate(const UpdateId &id) | Updater | inline |
getPendingUpdate(std::size_t id) | Updater | inline |
hasAppliedUpdate(Ice::Long workerId, Ice::Long updateSubId) const | Updater | inline |
hasAppliedUpdate(const UpdateId &id) const | Updater | inline |
hasPendingUpdate(const UpdateId &id) const | Updater | inline |
prepareUpdate(Ice::LongSeq dependetOnUpdateIds, LockType &&lock, RemoteUpdateGetter getRemoteUpdate, UpdateConsumer updateConsumer) | Updater | inline |
setTrees(const std::vector< std::reference_wrapper< Tree >> &newTrees) | Updater | inline |
setWorkerCount(std::size_t count) | Updater | inline |
setWorkerId(Ice::Long newId) | Updater | |
Updater()=default | Updater | |