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

Method getData

MyGUIEngine/include/MyGUI_DataStreamHolder.h:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 IDataStream* getData()
32 {
33 return mData;
34 }
35
36 private:
37 IDataStream* mData;

Callers 5

loadFaceMethod · 0.45
MyGUI_EditText.cppFile · 0.45
doRenderMethod · 0.45
_loadImplementMethod · 0.45
loadLanguageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected