![]() |
QxOrm
1.5.0
C++ Object Relational Mapping library
|
#include <QxSerializeQDataStream_qx_registered_class.h>
Public Types | |
| enum | { is_valid = qx::trait::is_qx_registered<T>::value } |
Static Public Member Functions | |
| static QDataStream & | save (QDataStream &stream, const T &t) |
| static QDataStream & | load (QDataStream &stream, T &t) |
Definition at line 69 of file QxSerializeQDataStream_qx_registered_class.h.
| anonymous enum |
Definition at line 72 of file QxSerializeQDataStream_qx_registered_class.h.
| static QDataStream& qx::QxSerializeRegistered< T >::load | ( | QDataStream & | stream, |
| T & | t | ||
| ) | [inline, static] |
Definition at line 80 of file QxSerializeQDataStream_qx_registered_class.h.
| static QDataStream& qx::QxSerializeRegistered< T >::save | ( | QDataStream & | stream, |
| const T & | t | ||
| ) | [inline, static] |
Definition at line 74 of file QxSerializeQDataStream_qx_registered_class.h.