MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / exportInlineArray

Function exportInlineArray

physx/source/common/src/CmUtils.h:274–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272
273template<typename T, PxU32 N, typename Alloc>
274void exportInlineArray(const Ps::InlineArray<T, N, Alloc>& a, PxSerializationContext& context)
275{
276 if(!a.isInlined())
277 Cm::exportArray(a, context);
278}
279
280template<typename T, PxU32 N, typename Alloc>
281void importInlineArray(Ps::InlineArray<T, N, Alloc>& a, PxDeserializationContext& context)

Callers 3

exportExtraDataMethod · 0.85
exportExtraDataMethod · 0.85
exportExtraDataMethod · 0.85

Calls 2

exportArrayFunction · 0.85
isInlinedMethod · 0.80

Tested by

no test coverage detected