Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
protected:
Callers
7
noPresetProvided
Function · 0.45
getCMakeSwitches
Method · 0.45
getPlatformCMakeParams
Method · 0.45
getCommonParams
Function · 0.45
presetProvided
Function · 0.45
jquery.js
File · 0.45
jquery.js
File · 0.45
Calls
2
PX_UNUSED
Function · 0.85
read
Method · 0.45
Tested by
no test coverage detected