MCPcopy 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

31struct DataType : DataTypeBase {
32
33 void write(Serializer& s) { s << T(); }
34
35 void read(Serializer& s) { T t; s >> t; }
36

Callers 4

svcMethod · 0.45
svcMethod · 0.45
svcMethod · 0.45
testTypeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected