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

Method getData

UnitTests/TestApp/DataInfoManager.cpp:68–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 DataInfo* DataInfoManager::getData(std::string_view _type)
69 {
70 for (VectorDataInfo::const_iterator data = mDataInfos.begin(); data != mDataInfos.end(); data++)
71 {
72 if ((*data)->getType() == _type)
73 return *data;
74 }
75
76 return nullptr;
77 }
78}

Callers 2

doActionMethod · 0.45
initialiseMethod · 0.45

Calls 3

beginMethod · 0.45
endMethod · 0.45
getTypeMethod · 0.45

Tested by

no test coverage detected