MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / read

Method read

tests/DCPS/Serializer/AlignmentTest.cpp:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 void write(Serializer& s) { s << T(); }
34
35 void read(Serializer& s) { T t; s >> t; }
36
37 size_t space() { return sizeof(T); }
38

Callers 2

testTypeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected