Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ write
Method
write
tests/DCPS/Serializer/AlignmentTest.cpp:33–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
struct DataType : DataTypeBase {
32
33
void write(Serializer& s) { s << T(); }
34
35
void read(Serializer& s) { T t; s >> t; }
36
Callers
4
svc
Method · 0.45
svc
Method · 0.45
svc
Method · 0.45
testType
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected