MCPcopy Create free account
hub / github.com/KDE/labplot / write

Method write

src/3rdparty/vector_blf/src/Vector/BLF/SingleByteSerialEvent.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17void SingleByteSerialEvent::write(AbstractFile & os) {
18 os.write(reinterpret_cast<char *>(&byte), sizeof(byte));
19 os.skipp(15); // due to union
20}
21
22uint32_t SingleByteSerialEvent::calculateObjectSize() const {
23 return sizeof(byte);

Callers

nothing calls this directly

Calls 1

skippMethod · 0.80

Tested by

no test coverage detected