MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / forEachEntityClass

Method forEachEntityClass

radiantcore/eclass/EClassManager.cpp:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void EClassManager::forEachEntityClass(EntityClassVisitor& visitor)
33{
34 forEachEntityClass([&](const IEntityClassPtr& eclass)
35 {
36 visitor.visit(eclass);
37 });
38}
39
40void EClassManager::forEachEntityClass(const std::function<void(const IEntityClassPtr&)>& functor)
41{

Callers 4

onModelLoadedMethod · 0.45
PopulateModelMethod · 0.45
TEST_FFunction · 0.45
PopulateModelMethod · 0.45

Calls 2

visitMethod · 0.45
foreachDeclarationMethod · 0.45

Tested by

no test coverage detected