Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OSVR/OSVR-Core
/ processMessage
Method
processMessage
tests/cplusplus/Common/Serialization.cpp:329–334 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
327
public:
328
MyClass() : a(0), b(0), c(0) {}
329
template <typename T> void processMessage(T &process) {
330
331
process(a);
332
process(b);
333
process(c);
334
}
335
int32_t a;
336
uint32_t b;
337
int8_t c;
Callers
2
serialize
Function · 0.45
deserialize
Function · 0.45
Calls
1
process
Function · 0.85
Tested by
no test coverage detected