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

Function key_only

dds/DCPS/Sample.h:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 bool key_only() const
65 {
66 return extent_ == KeyOnly;
67 }
68
69 virtual bool serialize(Serializer& ser) const = 0;
70 virtual bool deserialize(Serializer& ser) = 0;

Callers 3

serializeMethod · 0.85
deserializeMethod · 0.85
serialized_sizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected