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

Function readPod

lib/Serialization/Serialization.h:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17template <typename T>
18void readPod(std::istream& is, T& value) {
19 is.read(reinterpret_cast<char*>(&value), sizeof(T));
20}
21
22template <typename T>
23void readPod(HalFile& file, T& value) {

Callers 15

loadFromBinaryFileMethod · 0.85
loadMethod · 0.85
getSpineEntryMethod · 0.85
getTocEntryMethod · 0.85
readSpineEntryMethod · 0.85
readTocEntryMethod · 0.85
loadSectionFileMethod · 0.85
getCachedPageCountMethod · 0.85
getPageForAnchorMethod · 0.85

Calls 1

readMethod · 0.45

Tested by

no test coverage detected