MCPcopy Create free account
hub / github.com/PDAL/PDAL / PacketLock

Method PacketLock

plugins/e57/libE57Format/src/Packet.cpp:283–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281// PacketLock
282
283PacketLock::PacketLock( PacketReadCache *cache, unsigned cacheIndex ) :
284 cache_( cache ), cacheIndex_( cacheIndex )
285{
286#ifdef E57_VERBOSE
287 std::cout << "PacketLock() called" << std::endl;
288#endif
289}
290
291PacketLock::~PacketLock()
292{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected