QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches

qx_bool : QxOrm library boolean type with code and description message when an error occured More...

#include <boost/serialization/serialization.hpp>
#include <boost/serialization/nvp.hpp>
#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::QxBool
 qx_bool : boolean type with code and description message when an error occured More...
 

Namespaces

namespace  qx
 Root namespace for all QxOrm library features.
 

Typedefs

typedef qx::QxBool qx_bool
 

Functions

QX_DLL_EXPORT QDataStream & operator<< (QDataStream &stream, const qx::QxBool &t)
 
QX_DLL_EXPORT QDataStream & operator>> (QDataStream &stream, qx::QxBool &t)
 

Detailed Description

qx_bool : QxOrm library boolean type with code and description message when an error occured

Author
Lionel Marty

Definition in file QxBool.h.

Typedef Documentation

◆ qx_bool

Definition at line 150 of file QxBool.h.

Function Documentation

◆ operator<<()

QX_DLL_EXPORT QDataStream & operator<< ( QDataStream & stream,
const qx::QxBool & t )

◆ operator>>()

QX_DLL_EXPORT QDataStream & operator>> ( QDataStream & stream,
qx::QxBool & t )