MCPcopy Create free account
hub / github.com/DCMTK/dcmtk / SetPutbackMark

Method SetPutbackMark

dcmdata/include/dcbuf.h:213–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 // If you decide that no putback is necessary, you should unset the mark.
212
213 inline void SetPutbackMark(void)
214 {
215 fPutbackBuffer = fCurrent;
216 fPutbackIndex = fIndex;
217 fPutbackNumber = 0;
218 }
219
220 inline void UnsetPutbackMark(void)
221 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected