|
| bitvect (const bitvect &x) |
|
| bitvect (unsigned s, bool x=false) |
|
template<class T > |
| bitvect (const vector< T > &x) |
|
bitvect & | operator|= (const bitvect &x) |
|
bitvect | operator| (bitvect x) const |
|
bitvect & | operator &= (const bitvect &x) |
|
bitvect | operator & (bitvect x) const |
|
bitvect & | operator^= (const bitvect &x) |
|
bitvect | operator^ (bitvect x) const |
|
bitvect | operator~ () const |
|
bitvect & | flip () |
|
bitvect | operator>> (unsigned offs) const |
|
bitvect | num (unsigned start, unsigned nbits) const |
|
bool | equal (const bitvect &y, unsigned len, unsigned offs) const |
|
void | setrange (unsigned start, unsigned end, bool value) |
|
bitref | operator[] (unsigned i) |
|
const_bitref | operator[] (unsigned i) const |
|
unsigned | size () const |
|
void | operator++ (int) |
| increment the bitfield
|
|
bool | next_perm () |
|
unsigned | popcnt (unsigned start=0, int end=-1) const |
|
bool | operator== (const bitvect &x) const |
|
bool | operator!= (const bitvect &x) const |
|
bool | operator< (const bitvect &x) const |
|
void | rand () |
|
◆ next_perm()
bool ecolab::bitvect::next_perm |
( |
| ) |
|
◆ ecolab_nauty
EcoLab interface to Nauty.
- Parameters
-
g | Graph the analyse |
canonical | returned canonical representation |
lnomega | |
do_canonical | whether to compute a canonical rep, or just |
The documentation for this class was generated from the following file: