82 return(this->
Bit == bit.
Bit);
88 return(!(*
this == bit));
int operator!=(const evBit &bit) const
Definition: evBit.h:86
char Bit
Definition: evBit.h:55
evBit operator|(const evBit &bit) const
Definition: evBit.h:104
evBit & operator|=(const evBit &bit)
Definition: evBit.h:124
Definition: evDataObject.h:31
evBit & operator^=(const evBit &bit)
Definition: evBit.h:110
int GetBit(void) const
Definition: evBit.h:74
evBit operator^(const evBit &bit) const
Definition: evBit.h:92
int operator==(const evBit &bit) const
Definition: evBit.h:80
evBit & operator&=(const evBit &bit)
Definition: evBit.h:117
evBit operator&(const evBit &bit) const
Definition: evBit.h:98
evBit operator=(const evBit &bit)
Definition: evBit.h:60