qpidctrl  0.7.1
qlakeshoredevice-ptr.h
Go to the documentation of this file.
1 #ifndef QLAKESHOREDEVICEPTR_H
2 #define QLAKESHOREDEVICEPTR_H
3 
4 #include <QSharedPointer>
5 
7 
8 typedef QSharedPointer<QLakeshoreDevice> QLakeshoreDevicePtr;
9 typedef QWeakPointer<QLakeshoreDevice> QLakeshoreDeviceWPtr;
10 
11 #endif // QLAKESHOREDEVICEPTR_H
QWeakPointer< QLakeshoreDevice > QLakeshoreDeviceWPtr
QSharedPointer< QLakeshoreDevice > QLakeshoreDevicePtr