MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / exportInlineArray

Function exportInlineArray

deps/physx/physx/source/common/src/CmUtils.h:277–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275
276template<typename T, PxU32 N, typename Alloc>
277void exportInlineArray(const Ps::InlineArray<T, N, Alloc>& a, PxSerializationContext& context)
278{
279 if(!a.isInlined())
280 Cm::exportArray(a, context);
281}
282
283template<typename T, PxU32 N, typename Alloc>
284void 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