MCPcopy Create free account
hub / github.com/MyGUI/mygui / ~AnimationNodeFactory

Method ~AnimationNodeFactory

UnitTests/UnitTest_GraphView/AnimationNodeFactory.cpp:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 AnimationNodeFactory::~AnimationNodeFactory()
27 {
28 for (auto& mConstruct : mConstructs)
29 delete mConstruct.second;
30 mConstructs.clear();
31 }
32
33 IAnimationNode* AnimationNodeFactory::createNode(
34 std::string_view _type,

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected