MCPcopy Create free account
hub / github.com/ValveSoftware/steam-audio / data

Method data

core/src/core/array.h:134–137  ·  view source on GitHub ↗

Returns a pointer to the data. For a 1D array, this is a T*; for a 2D array, a T**, for a 3D array, T***, etc.

Source from the content-addressed store, hash-verified

132
133 // Returns a pointer to the data. For a 1D array, this is a T*; for a 2D array, a T**, for a 3D array, T***, etc.
134 auto data() const
135 {
136 return mPointers.data();
137 }
138
139 // Returns a pointer to the data. For a 1D array, this is a T*; for a 2D array, a T**, for a 3D array, T***, etc.
140 auto data()

Callers 15

load_input_audioFunction · 0.45
save_output_audioFunction · 0.45
mainFunction · 0.45
applyMethod · 0.45
RadeonRaysStaticMeshMethod · 0.45
reconstructMethod · 0.45
BakedPathDataMethod · 0.45
serializeMethod · 0.45
AudioBufferMethod · 0.45
applyMethod · 0.45
probesMethod · 0.45

Calls

no outgoing calls

Tested by 11

loadMeshFunction · 0.36
ITESTFunction · 0.36
ITESTFunction · 0.36
ITESTFunction · 0.36
ITESTFunction · 0.36
runCompressiveSensingFunction · 0.36
ITESTFunction · 0.36
ITESTFunction · 0.36
ITESTFunction · 0.36