MCPcopy Create free account
hub / github.com/comaps/comaps / SubWriter

Method SubWriter

libs/coding/writer.hpp:102–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100{
101public:
102 explicit SubWriter(WriterT & writer)
103 : m_writer(writer)
104 , m_pos(0)
105 , m_maxPos(0)
106#ifdef DEBUG
107 , m_offset(GetOffset())
108#endif
109 {}
110
111 ~SubWriter()
112 {

Callers

nothing calls this directly

Calls 1

GetOffsetFunction · 0.85

Tested by

no test coverage detected