#include <vector>
#include "config.h"
#include "../debug/DebugUtils.h"
#include "../debug/Formatter.h"
#include "SparseBitmap.tcc"
Go to the source code of this file.
Namespaces | |
| namespace | oasys |
Classes | |
| class | oasys::SparseBitmap< _inttype_t > |
| This class represents a bitmap, where the implementation is biased towards space efficiency rather than lookup time. More... | |
| struct | oasys::SparseBitmap< _inttype_t >::Range |
| class | oasys::SparseBitmap< _inttype_t >::iterator |
| An STL-like iterator class. More... | |
1.5.1