#include <vector>
#include "constants.h"
#include "setutils.h"
Include dependency graph for bits.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | atlas |
namespace | atlas::bits |
Functions | |
unsigned | atlas::bits::bitCount (unsigned long f) |
void | atlas::bits::copy (void *dest, const void *source, size_t d) |
size_t | atlas::bits::firstBit (unsigned long f) |
size_t | atlas::bits::lastBit (unsigned long f) |
void | atlas::bits::permute (unsigned long &f, const setutils::Permutation &a) |