|
HDK
|
#include "pxr/base/arch/hints.h"#include "pxr/base/tf/api.h"#include "pxr/base/tf/hash.h"#include "pxr/base/tf/tf.h"#include "pxr/base/tf/diagnostic.h"#include "pxr/base/tf/iterator.h"#include <atomic>#include <cstdint>#include <cstring>#include <iosfwd>#include <type_traits>
Include dependency graph for bits.h:Go to the source code of this file.
Classes | |
| class | TfBits |
| Fast bit array that keeps track of the number of bits set and can find the next set in a timely manner. More... | |
| struct | TfBits::Hash |
| struct | TfBits::FastHash |
| class | TfBits::View< mode > |
| class | TfBits::View< mode >::const_iterator |
| struct | Tf_ShouldIterateOverCopy< TfBits::AllView > |
| struct | Tf_ShouldIterateOverCopy< TfBits::AllSetView > |
| struct | Tf_ShouldIterateOverCopy< TfBits::AllUnsetView > |
Functions | |
| TF_API std::ostream & | operator<< (std::ostream &out, const TfBits &bits) |
| Output a TfBits, as a stream of 0s and 1s. More... | |