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

Method get

physx/source/common/src/CmIO.h:63–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 template <typename T> T get()
64 {
65 T val;
66 PxU32 length = mStream.read(&val, sizeof(T));
67 PX_ASSERT(length == sizeof(T));
68 PX_UNUSED(length);
69 return val;
70 }
71
72
73protected:

Callers 7

noPresetProvidedFunction · 0.45
getCMakeSwitchesMethod · 0.45
getCommonParamsFunction · 0.45
presetProvidedFunction · 0.45
jquery.jsFile · 0.45
jquery.jsFile · 0.45

Calls 2

PX_UNUSEDFunction · 0.85
readMethod · 0.45

Tested by

no test coverage detected