arbeit
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

gutz::BitRef Class Reference

#include <bitVector.h>

List of all members.

Public Member Functions

 BitRef (uint *data, uint bit)
 BitRef (const BitRef &rhs)
BitRefoperator= (const BitRef &rhs)
bool operator= (const bool u)
bool operator() () const

Friends

std::ostream & operator<< (std::ostream &, const BitRef &bv)


Constructor & Destructor Documentation

gutz::BitRef::BitRef uint data,
uint  bit
 

Definition at line 26 of file bitVector.cpp.

References gutz::bitMask().

gutz::BitRef::BitRef const BitRef rhs  ) 
 

Definition at line 32 of file bitVector.cpp.

References m_mask, and m_wordPtr.


Member Function Documentation

bool gutz::BitRef::operator()  )  const
 

Definition at line 39 of file bitVector.cpp.

bool gutz::BitRef::operator= const bool  u  ) 
 

Definition at line 56 of file bitVector.cpp.

BitRef & gutz::BitRef::operator= const BitRef rhs  ) 
 

Definition at line 45 of file bitVector.cpp.

References m_mask, and m_wordPtr.


Friends And Related Function Documentation

std::ostream& operator<< std::ostream &  ostr,
const BitRef bv
[friend]
 

Definition at line 497 of file bitVector.cpp.


The documentation for this class was generated from the following files:
Send questions, comments, and bug reports to:
jmk