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

Method getKey

dcmdata/include/dcdicent.h:208–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208inline DcmTagKey
209DcmDictEntry::getKey()
210{
211 return *(DcmTagKey*)(this);
212}
213
214inline DcmTagKey
215DcmDictEntry::getUpperKey()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected