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

Method foreachModule

radiantcore/map/infofile/InfoFileManager.cpp:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void InfoFileManager::foreachModule(const std::function<void(IMapInfoFileModule&)>& functor)
33{
34 for (const IMapInfoFileModulePtr& module : _modules)
35 {
36 functor(*module);
37 }
38}
39
40const std::string& InfoFileManager::getName() const
41{

Callers 8

InfoFileExporterMethod · 0.80
~InfoFileExporterMethod · 0.80
beginSaveMapMethod · 0.80
finishSaveMapMethod · 0.80
visitEntityMethod · 0.80
visitPrimitiveMethod · 0.80
parseMethod · 0.80
parseInfoFileBodyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected