qpidctrl  0.7.1
qcryostreamdevice-ptr.h
Go to the documentation of this file.
1 #ifndef QCRYOSTREAMDEVICEPTR_H
2 #define QCRYOSTREAMDEVICEPTR_H
3 
4 #include <QSharedPointer>
5 
7 
8 typedef QSharedPointer<QCryostreamDevice> QCryostreamDevicePtr;
9 typedef QWeakPointer<QCryostreamDevice> QCryostreamDeviceWPtr;
10 
11 #endif // QCRYOSTREAMDEVICEPTR_H
QSharedPointer< QCryostreamDevice > QCryostreamDevicePtr
QWeakPointer< QCryostreamDevice > QCryostreamDeviceWPtr