MCPcopy Create free account
hub / github.com/crosspoint-reader/crosspoint-reader / writePod

Function writePod

lib/Serialization/Serialization.h:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace serialization {
7template <typename T>
8void writePod(std::ostream& os, const T& value) {
9 os.write(reinterpret_cast<const char*>(&value), sizeof(T));
10}
11
12template <typename T>
13void writePod(HalFile& file, const T& value) {

Callers 10

buildBookBinMethod · 0.85
writeSpineEntryMethod · 0.85
writeTocEntryMethod · 0.85
createSectionFileMethod · 0.85
serializeMethod · 0.85
serializeMethod · 0.85
serializeMethod · 0.85
writeStringFunction · 0.85
savePageIndexCacheMethod · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected