MCPcopy Create free account
hub / github.com/MyGUI/mygui / IsExistFactoryName

Function IsExistFactoryName

Tools/EditorFramework/FactoryItemRegistrator.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11namespace factories
12{
13 bool IsExistFactoryName(std::string_view _factoryName)
14 {
15 return ::components::FactoryManager::GetInstancePtr()->ExistFactory(_factoryName);
16 }
17
18 void RegisterFactory(::components::IFactory* _factory, std::string_view _factoryName)
19 {

Callers 1

Calls 1

ExistFactoryMethod · 0.80

Tested by

no test coverage detected