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

Method getPointer

Demos/Demo_Pointers/ResourcePointerContext.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 std::string_view ResourcePointerContext::getPointer(std::string_view _type)
38 {
39 MyGUI::MapString::iterator item = mPointers.find(_type);
40 if (item != mPointers.end())
41 return item->second;
42 return {};
43 }
44
45 bool ResourcePointerContext::isHighLevel() const
46 {

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected