dune-common
2.2.1
|
Efficient implementation of a dynamic array of static arrays of booleans. More...
Go to the source code of this file.
Classes | |
class | Dune::BitSetVectorConstReference< block_size, Alloc > |
A proxy class that acts as a const reference to a single bitset in a BitSetVector. More... | |
class | Dune::BitSetVectorReference< block_size, Alloc > |
A proxy class that acts as a mutable reference to a single bitset in a BitSetVector. More... | |
struct | Dune::const_reference< BitSetVectorReference< block_size, Alloc > > |
struct | Dune::const_reference< BitSetVectorConstReference< block_size, Alloc > > |
struct | Dune::mutable_reference< BitSetVectorReference< block_size, Alloc > > |
struct | Dune::mutable_reference< BitSetVectorConstReference< block_size, Alloc > > |
class | Dune::BitSetVector< block_size, Allocator > |
A dynamic array of blocks of booleans. More... |
Namespaces | |
namespace | Dune |
Dune namespace. |
Efficient implementation of a dynamic array of static arrays of booleans.