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

Method Array

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

Source from the content-addressed store, hash-verified

42 /// </summary>
43 /// <param name="tag">The custom allocation tag.</param>
44 Array(AllocationTag tag)
45 : _count(0)
46 , _capacity(0)
47 , _allocation(tag)
48 {
49 }
50
51 /// <summary>
52 /// Initializes <see cref="Array"/> by reserving space.

Callers

nothing calls this directly

Calls 7

ArrayClass · 0.70
AllocateMethod · 0.45
GetMethod · 0.45
beginMethod · 0.45
sizeMethod · 0.45
CountMethod · 0.45
CapacityMethod · 0.45

Tested by

no test coverage detected