MCPcopy Create free account
hub / github.com/Kitware/CMake / serialize

Method serialize

Utilities/cmcppdap/include/dap/typeof.h:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 return d->deserialize(reinterpret_cast<T*>(ptr));
44 }
45 inline bool serialize(Serializer* s, const void* ptr) const override {
46 return s->serialize(*reinterpret_cast<const T*>(ptr));
47 }
48
49 private:
50 std::string name_;

Callers 1

serializeFieldsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected