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

Method getTextIter

MyGUIEngine/src/MyGUI_TextView.cpp:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 UString::utf32string::const_iterator getTextIter() const
77 {
78 MYGUI_DEBUG_ASSERT(rollback, "rollback point not valid");
79 return space_point;
80 }
81
82 private:
83 size_t position{0};

Callers 1

updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected