Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ empty
Method
empty
MyGUIEngine/src/MyGUI_Any.cpp:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
Any& Any::operator=(Any&& rhs) noexcept = default;
33
34
bool Any::empty() const
35
{
36
return !mContent;
37
}
38
39
const std::type_info& Any::getType() const
40
{
Callers
15
removeDrawItem
Method · 0.45
_rebuildGeometry
Method · 0.45
deserialization
Method · 0.45
getCodePointRanges
Method · 0.45
initialiseFreeType
Method · 0.45
loadFace
Method · 0.45
createMsdfFaceGlyphInfo
Method · 0.45
renderMsdfGlyphs
Method · 0.45
addToRenderItemFirstQueue
Method · 0.45
_getTextWidth
Method · 0.45
_notifyDeleteItem
Method · 0.45
removeAllItems
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected