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

Method space

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

Source from the content-addressed store, hash-verified

35 void read(Serializer& s) { T t; s >> t; }
36
37 size_t space() { return sizeof(T); }
38
39 const char* name() { return typeid(T).name(); }
40};

Callers 15

handle_inputMethod · 0.45
handle_inputMethod · 0.45
MessageBlockHelperMethod · 0.45
initMethod · 0.45
handle_dds_inputMethod · 0.45
toSeqFunction · 0.45
handle_inputMethod · 0.45
handle_setup_inputMethod · 0.45
blob_to_locatorsFunction · 0.45
handle_inputMethod · 0.45
receiveFunction · 0.45
handle_inputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected