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

Method GetBuffer

dcmdata/include/dcbuf.h:142–146  ·  view source on GitHub ↗

Get Ptr of the main buffer

Source from the content-addressed store, hash-verified

140
141 // Get Ptr of the main buffer
142 inline void GetBuffer(void * & buffer)
143 {
144 buffer = fBuffers[MAIN]->fBuffer;
145 fBuffers[MAIN]->fFilled = 0;
146 }
147
148
149 // Copy content of the main buffer into the parameter

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected