MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Get

Method Get

Source/Engine/Core/Collections/Array.h:239–242  ·  view source on GitHub ↗

Gets the pointer to the first item in the collection (linear allocation).

Source from the content-addressed store, hash-verified

237 /// Gets the pointer to the first item in the collection (linear allocation).
238 /// </summary>
239 FORCE_INLINE T* Get()
240 {
241 return _allocation.Get();
242 }
243
244 /// <summary>
245 /// Gets the pointer to the first item in the collection (linear allocation).

Callers 15

IteratorClass · 0.45
operator->Method · 0.45
RemoveFunction · 0.45
Sorting.cppFile · 0.45
BitArrayMethod · 0.45
BitArray.hFile · 0.45
GetFunction · 0.45
SetFunction · 0.45
SetAllFunction · 0.45
SwapFunction · 0.45
ClearMethod · 0.45
SetCapacityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected