Main Page Modules Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages
Bits Class Reference#include <bits.h>
List of all members.
Constructor & Destructor Documentation
Bits::Bits |
( |
int |
nn |
) |
[inline] |
|
Bits::Bits |
( |
Bits & |
other |
) |
[inline] |
|
Bits::~Bits |
( |
void |
|
) |
[inline] |
|
Member Function Documentation
void Bits::And |
( |
Bits * |
other |
) |
[inline] |
|
Bits* Bits::clone |
( |
void |
|
) |
[inline] |
|
void Bits::copy |
( |
Bits * |
b |
) |
[inline] |
|
void Bits::Difference |
( |
Bits * |
other |
) |
[inline] |
|
void Bits::Not |
( |
void |
|
) |
[inline] |
|
Bits& Bits::operator= |
( |
Bits & |
rhs |
) |
[inline] |
|
void Bits::Or |
( |
Bits * |
other |
) |
[inline] |
|
void Bits::reset |
( |
int |
pos |
) |
[inline] |
|
void Bits::reset_all |
( |
void |
|
) |
[inline] |
|
void Bits::set |
( |
int |
pos |
) |
[inline] |
|
void Bits::set |
( |
int |
pos, |
|
|
bool |
val |
|
) |
[inline] |
|
void Bits::set_all |
( |
void |
|
) |
[inline] |
|
int Bits::size |
( |
void |
|
) |
[inline] |
|
bool Bits::value |
( |
int |
pos |
) |
[inline] |
|
Friends And Related Function Documentation
bool operator!= |
( |
Bits & |
a, |
|
|
Bits & |
b |
|
) |
[friend] |
|
ostream& operator<< |
( |
ostream & |
out, |
|
|
Bits & |
a |
|
) |
[friend] |
|
bool operator== |
( |
Bits & |
a, |
|
|
Bits & |
b |
|
) |
[friend] |
|
Member Data Documentation
unsigned int* Bits::ints [private]
|
|
int Bits::nints [private]
|
|
The documentation for this class was generated from the following file:
|