![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <Packet.h>

Public Member Functions | |
| ~PacketLock () | |
Protected Member Functions | |
| PacketLock (PacketReadCache *cache, unsigned cacheIndex) | |
| Only PacketReadCache can construct. More... | |
Protected Attributes | |
| PacketReadCache * | cache_ = nullptr |
| unsigned int | cacheIndex_ = 0 |
| PacketLock::~PacketLock | ( | ) |
Note cache must live longer than lock, this is reasonable assumption.
Definition at line 311 of file Packet.cpp.
References cache_, cacheIndex_, QtCompat::endl(), and e57::PacketReadCache::unlock().
|
protected |
Only PacketReadCache can construct.
Definition at line 304 of file Packet.cpp.
References QtCompat::endl().
|
protected |
Definition at line 99 of file Packet.h.
Referenced by ~PacketLock().
|
protected |
Definition at line 100 of file Packet.h.
Referenced by ~PacketLock().