QXRD  0.11.16
qcepallocator-ptr.h
Go to the documentation of this file.
1 #ifndef QCEPALLOCATORPTR_H
2 #define QCEPALLOCATORPTR_H
3 
4 #include <QSharedPointer>
5 
7 typedef QSharedPointer<QcepAllocator> QcepAllocatorPtr;
8 typedef QWeakPointer<QcepAllocator> QcepAllocatorWPtr;
9 
10 #endif // QCEPALLOCATORPTR_H
11 
QWeakPointer< QcepAllocator > QcepAllocatorWPtr
QSharedPointer< QcepAllocator > QcepAllocatorPtr