ComponentDeltaRegistry class

Public static functions

static auto Get() -> ComponentDeltaRegistry&

Public functions

void Register(ComponentTypeID typeID, ComponentDeltaFns fns)
auto Find(ComponentTypeID typeID) const -> const ComponentDeltaFns*
template<typename Fn>
void ForEach(Fn&& fn) const