qx_bool : boolean type with code and description message when an error occured
More...
#include <QxBool.h>
|
template<class Archive> |
void | serialize (Archive &ar, const unsigned int file_version) |
|
bool | checkInitialized (const bool b) const |
|
|
bool | m_bValue |
| Data boolean value.
|
|
long | m_lCode |
| Error code when value is false.
|
|
QString | m_sDesc |
| Error description when value is false.
|
|
qx_bool : boolean type with code and description message when an error occured
Definition at line 70 of file QxBool.h.
◆ QxBool() [1/5]
◆ QxBool() [2/5]
qx::QxBool::QxBool |
( |
bool | b | ) |
|
|
inline |
◆ QxBool() [3/5]
qx::QxBool::QxBool |
( |
long | lCode, |
|
|
const QString & | sDesc ) |
|
inline |
◆ QxBool() [4/5]
qx::QxBool::QxBool |
( |
bool | bValue, |
|
|
long | lCode, |
|
|
const QString & | sDesc ) |
|
inline |
◆ QxBool() [5/5]
qx::QxBool::QxBool |
( |
const QxBool & | other | ) |
|
|
inline |
◆ ~QxBool()
◆ checkInitialized()
bool qx::QxBool::checkInitialized |
( |
const bool | b | ) |
const |
|
inlineprivate |
◆ fromString()
void qx::QxBool::fromString |
( |
const QString & | s | ) |
|
|
inline |
◆ getCode()
long qx::QxBool::getCode |
( |
| ) |
const |
|
inline |
◆ getDesc()
QString qx::QxBool::getDesc |
( |
| ) |
const |
|
inline |
◆ getValue()
bool qx::QxBool::getValue |
( |
| ) |
const |
|
inline |
◆ operator bool()
qx::QxBool::operator bool |
( |
| ) |
const |
|
inline |
◆ operator!()
bool qx::QxBool::operator! |
( |
| ) |
const |
|
inline |
◆ operator!=() [1/2]
◆ operator!=() [2/2]
◆ operator&&() [1/2]
bool qx::QxBool::operator&& |
( |
const bool | b | ) |
const |
|
inline |
◆ operator&&() [2/2]
bool qx::QxBool::operator&& |
( |
const QxBool & | other | ) |
const |
|
inline |
◆ operator=() [1/2]
QxBool & qx::QxBool::operator= |
( |
const bool | b | ) |
|
|
inline |
◆ operator=() [2/2]
◆ operator==() [1/2]
bool qx::QxBool::operator== |
( |
const bool | b | ) |
const |
|
inline |
◆ operator==() [2/2]
bool qx::QxBool::operator== |
( |
const QxBool & | other | ) |
const |
|
inline |
◆ operator||() [1/2]
bool qx::QxBool::operator|| |
( |
const bool | b | ) |
const |
|
inline |
◆ operator||() [2/2]
bool qx::QxBool::operator|| |
( |
const QxBool & | other | ) |
const |
|
inline |
◆ serialize()
template<class Archive>
void qx::QxBool::serialize |
( |
Archive & | ar, |
|
|
const unsigned int | file_version ) |
|
inlineprivate |
◆ setCode()
void qx::QxBool::setCode |
( |
long | lCode | ) |
|
|
inline |
◆ setDesc()
void qx::QxBool::setDesc |
( |
const QString & | sDesc | ) |
|
|
inline |
◆ setValue()
void qx::QxBool::setValue |
( |
bool | bValue | ) |
|
|
inline |
◆ toString()
QString qx::QxBool::toString |
( |
| ) |
const |
|
inline |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ operator<<
◆ operator>>
◆ m_bValue
bool qx::QxBool::m_bValue |
|
private |
Data boolean value.
Definition at line 82 of file QxBool.h.
◆ m_lCode
Error code when value is false.
Definition at line 83 of file QxBool.h.
◆ m_sDesc
QString qx::QxBool::m_sDesc |
|
private |
Error description when value is false.
Definition at line 84 of file QxBool.h.
The documentation for this class was generated from the following file:
- C:/M/B/src/QxOrm-1.5.0/include/QxCommon/QxBool.h