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

Method empty

MyGUIEngine/include/MyGUI_TSize.h:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 }
89
90 bool empty() const
91 {
92 return ((width == 0) && (height == 0));
93 }
94
95 std::string print() const
96 {

Callers 9

parseFunction · 0.45
parseFunction · 0.45
parseFunction · 0.45
parseFunction · 0.45
emptyFunction · 0.45
operator()Method · 0.45
parseFunction · 0.45
parseFunction · 0.45
MyGUI_Align.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected