aboutsummaryrefslogtreecommitdiffstats
path: root/chilbert/FixBitVec.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'chilbert/FixBitVec.hpp')
-rw-r--r--chilbert/FixBitVec.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/chilbert/FixBitVec.hpp b/chilbert/FixBitVec.hpp
index ac02e40..05af40e 100644
--- a/chilbert/FixBitVec.hpp
+++ b/chilbert/FixBitVec.hpp
@@ -96,6 +96,16 @@ public:
return *this;
}
+ bool operator==(const CFixBitVec& vec) const
+ {
+ return m_rack == vec.m_rack;
+ }
+
+ bool operator!=(const CFixBitVec& vec) const
+ {
+ return m_rack != vec.m_rack;
+ }
+
CFixBitVec& operator=(const FBV_UINT i)
{
m_rack = i;