Cell, Map, Bitset and the other BELFEM container classes. More...
Classes | |
| class | belfem::Bitset< N > |
| Compile-time fixed-size bitset. More... | |
| class | belfem::Cell< T > |
| Cell is a wrapper around the standard vector. More... | |
| class | belfem::DynamicBitset |
| Runtime-sized bitset; one bit per flag, packed into 64-bit words. More... | |
| class | belfem::Map< Key, Value > |
| Hash map (unordered key-value). More... | |
| class | belfem::OrderedMap< Key, Value > |
| Sorted map (ordered key-value). More... | |
| class | belfem::Queue< T > |
| FIFO queue. More... | |
| class | belfem::Set< Key > |
| Hash set with set operations. More... | |
| class | belfem::ShiftRegister< T > |
| Fixed-capacity FIFO with history, for time-stepping. More... | |
| class | belfem::StringList |
| a help class needed for the Exodus Writer More... | |
Cell, Map, Bitset and the other BELFEM container classes.
Source: src/containers. Hand-written documentation: Containers Module Documentation