QxOrm
1.5.0
C++ Object Relational Mapping library
|
Helper class to store a time value into database under neutral format (HHMMSS) => cross database compatibility. More...
#include <boost/serialization/serialization.hpp>
#include <boost/serialization/nvp.hpp>
#include <QtCore/qdatetime.h>
#include <QtCore/qdatastream.h>
#include <QxSerialize/Qt/QxSerialize_QString.h>
#include <QxTraits/get_class_name.h>
Go to the source code of this file.
Classes | |
class | qx::QxTimeNeutral |
qx::QxTimeNeutral : helper class to store a time value into database under neutral format (HHMMSS) => cross database compatibility More... | |
Namespaces | |
namespace | qx |
Root namespace for all QxOrm library features. | |
Functions | |
QX_DLL_EXPORT QDataStream & | operator<< (QDataStream &stream, const qx::QxTimeNeutral &t) QX_USED |
QX_DLL_EXPORT QDataStream & | operator>> (QDataStream &stream, qx::QxTimeNeutral &t) QX_USED |
Helper class to store a time value into database under neutral format (HHMMSS) => cross database compatibility.
Definition in file QxTimeNeutral.h.
QX_DLL_EXPORT QDataStream& operator<< | ( | QDataStream & | stream, |
const qx::QxTimeNeutral & | t | ||
) |
QX_DLL_EXPORT QDataStream& operator>> | ( | QDataStream & | stream, |
qx::QxTimeNeutral & | t | ||
) |