MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / empty

Method empty

Engine/lib/convexDecomp/NvHashMap.h:825–828  ·  view source on GitHub ↗

! Returns whether the array is empty (i.e. whether its size is 0). \return true if the array is empty */

Source from the content-addressed store, hash-verified

823 true if the array is empty
824 */
825 NX_INLINE bool empty() const
826 {
827 return mSize==0;
828 }
829
830 /*!
831 Finds the first occurrence of an element in the array.

Callers 15

islandGenerateMethod · 0.45
mergeCoplanarIslandsMethod · 0.45
removeTjunctionsMethod · 0.45
IsEmptyFunction · 0.45
RegisterTestsMethod · 0.45
file_nameFunction · 0.45
ParseNaturalNumberFunction · 0.45
FilterMatchesTestMethod · 0.45
AppendUserMessageFunction · 0.45
GTEST_LOCK_EXCLUDED_Function · 0.45

Calls

no outgoing calls

Tested by 11

IsEmptyFunction · 0.36
RegisterTestsMethod · 0.36
file_nameFunction · 0.36
ParseNaturalNumberFunction · 0.36
FilterMatchesTestMethod · 0.36
AppendUserMessageFunction · 0.36
GTEST_LOCK_EXCLUDED_Function · 0.36
InDeathTestChildFunction · 0.36
IsDirectoryMethod · 0.36