LeviLamina
|
This is the complete list of members for DefaultEntitySystemsCollection, including all inherited members.
foreachComponentInfo(::std::function< void(uint, ::ComponentInfo const &)> const &) const =0 (defined in IEntitySystemsCollection) | IEntitySystemsCollection | pure virtual |
foreachSingleTickingSystem(::EntitySystemsFilter const &, ::std::function< void(::ITickingSystem &, ::TickingSystemId)> const &, bool)=0 (defined in IEntitySystemsCollection) | IEntitySystemsCollection | pure virtual |
foreachSystem(::std::function< void(::ISystem &)> const &)=0 (defined in IEntitySystemsCollection) | IEntitySystemsCollection | pure virtual |
foreachTickingSystem(::EntitySystemsFilter const &, ::std::function< void(::ITickingSystem &, ::TickingSystemId)> const &, bool)=0 (defined in IEntitySystemsCollection) | IEntitySystemsCollection | pure virtual |
gatherSystemTimings() const =0 (defined in IEntitySystemsCollection) | IEntitySystemsCollection | pure virtual |
getComponentInfoForId(uint) const =0 (defined in IEntitySystemsCollection) | IEntitySystemsCollection | pure virtual |
getSystemInfoForTickingSystemId(::TickingSystemId) const =0 (defined in IEntitySystemsCollection) | IEntitySystemsCollection | pure virtual |
getTickingSystemForTickingSystemId(::TickingSystemId) const =0 (defined in IEntitySystemsCollection) | IEntitySystemsCollection | pure virtual |
hasSingleTickCategory(::Bedrock::typeid_t<::SystemCategory > const) const =0 (defined in IEntitySystemsCollection) | IEntitySystemsCollection | pure virtual |
mAllComponentsInfo (defined in DefaultEntitySystemsCollection) | DefaultEntitySystemsCollection | |
mAllSystems (defined in DefaultEntitySystemsCollection) | DefaultEntitySystemsCollection | |
mAllSystemsInfo (defined in DefaultEntitySystemsCollection) | DefaultEntitySystemsCollection | |
mTickingSystemCategories (defined in DefaultEntitySystemsCollection) | DefaultEntitySystemsCollection | |
mTimingMutex (defined in DefaultEntitySystemsCollection) | DefaultEntitySystemsCollection | |
registerSystem(::std::unique_ptr<::ISystem >, ::SystemInfo const &)=0 (defined in IEntitySystemsCollection) | IEntitySystemsCollection | pure virtual |
registerTickingSystem(::gsl::span<::Bedrock::typeid_t<::SystemCategory > const >, ::std::unique_ptr<::ITickingSystem >, ::SystemInfo const &, ::EntitySystemTickingMode)=0 (defined in IEntitySystemsCollection) | IEntitySystemsCollection | pure virtual |
~IEntitySystemsCollection()=default (defined in IEntitySystemsCollection) | IEntitySystemsCollection | virtual |