MCPcopy Create free account
hub / github.com/MrDrElliot/LuminaEngine / end

Method end

Engine/Source/Runtime/Containers/SparseArray.h:382–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380
381 iterator begin() { return iterator(this, 0); }
382 iterator end() { return iterator(this, Data.size()); }
383 const_iterator begin() const { return const_iterator(this, 0); }
384 const_iterator end() const { return const_iterator(this, Data.size()); }
385 const_iterator cbegin() const { return const_iterator(this, 0); }

Callers 15

InitializeWorldMethod · 0.45
RegisterSystemsMethod · 0.45
GetAccessTypeNameFunction · 0.45
FindComponentOpsFunction · 0.45
RemapEntityHandleFunction · 0.45
EnsureInitializedMethod · 0.45
GetFloatMethod · 0.45
GetIntMethod · 0.45
GetObjectValueMethod · 0.45
GetVectorMethod · 0.45
ResetParameterMethod · 0.45

Calls 3

iteratorClass · 0.70
const_iteratorClass · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected