![]() |
QxOrm 1.1.9
C++ Object Relational Mapping library
|
qx::dao::ptr<T> : provide a classic smart-pointer (like boost::shared_ptr<T> or QSharedPointer<T>) with some features associated with QxDao module of QxOrm library More...
#include <QtCore/qsharedpointer.h>
#include <QtCore/qstringlist.h>
Go to the source code of this file.
Classes | |
class | qx::dao::ptr< T > |
qx::dao::ptr<T> : provide a classic smart-pointer (like boost::shared_ptr<T> or QSharedPointer<T>) with some features associated with QxDao module of QxOrm library More... | |
Namespaces | |
namespace | qx |
Root namespace for all QxOrm library features. | |
namespace | qx::dao |
Database communication used by persistence engine (ORM - Object Relational Mapping) | |
namespace | qx::dao::detail |
Internal helper tools for qx::dao namespace. | |
Functions | |
template<class T , class X > | |
bool | operator== (const qx::dao::ptr< T > &ptr1, const qx::dao::ptr< X > &ptr2) |
template<class T , class X > | |
bool | operator!= (const qx::dao::ptr< T > &ptr1, const qx::dao::ptr< X > &ptr2) |
template<class T , class X > | |
bool | operator== (const qx::dao::ptr< T > &ptr1, const X *ptr2) |
template<class T , class X > | |
bool | operator!= (const qx::dao::ptr< T > &ptr1, const X *ptr2) |
template<class T , class X > | |
bool | operator== (const T *ptr1, const qx::dao::ptr< X > &ptr2) |
template<class T , class X > | |
bool | operator!= (const T *ptr1, const qx::dao::ptr< X > &ptr2) |
qx::dao::ptr<T> : provide a classic smart-pointer (like boost::shared_ptr<T> or QSharedPointer<T>) with some features associated with QxDao module of QxOrm library
Definition in file QxDaoPointer.h.
bool operator!= | ( | const qx::dao::ptr< T > & | ptr1, |
const qx::dao::ptr< X > & | ptr2 | ||
) |
Definition at line 188 of file QxDaoPointer.h.
bool operator!= | ( | const qx::dao::ptr< T > & | ptr1, |
const X * | ptr2 | ||
) |
Definition at line 190 of file QxDaoPointer.h.
bool operator!= | ( | const T * | ptr1, |
const qx::dao::ptr< X > & | ptr2 | ||
) |
Definition at line 192 of file QxDaoPointer.h.
bool operator== | ( | const qx::dao::ptr< T > & | ptr1, |
const qx::dao::ptr< X > & | ptr2 | ||
) |
Definition at line 187 of file QxDaoPointer.h.
bool operator== | ( | const T * | ptr1, |
const qx::dao::ptr< X > & | ptr2 | ||
) |
Definition at line 191 of file QxDaoPointer.h.
bool operator== | ( | const qx::dao::ptr< T > & | ptr1, |
const X * | ptr2 | ||
) |
Definition at line 189 of file QxDaoPointer.h.