22#pragma comment(user,"T-Coverage Disable")
62 return m_boValue - b.m_boValue;
73 return m_boValue == b.m_boValue;
84 return m_boValue != b.m_boValue;
94 return m_boValue = boIn;
119 operator const bool&(void)
const
152 return m_boValue ? _T(
"true") : _T(
"false");
161 CBoolean(BOOL boIn) : m_boValue(!!boIn) {}
170 return m_boValue = !! boIn;
177 operator BOOL(
void)
const
185 friend class CBooleanTest;
206#pragma comment(user,"T-Coverage Enable")
bool IsTrue(void) const
[取得] 状態取得
int operator-(const CBoolean &b) const
[確認] 比較.
CBoolean(bool boIn)
コンストラクタ
bool operator!(void) const
[取得] 状態反転取得
bool operator!=(const CBoolean &b) const
[確認] 比較.
LPCTSTR ToString(void) const
[取得] 文字列取得.
bool operator=(bool boIn)
[設定] 代入
bool IsFalse(void) const
[取得] 状態取得
bool operator==(const CBoolean &b) const
[確認] 比較.
TNB::CBoolean Bool
Boolean型クラス