

Go to the source code of this file.
Classes | |
| class | PackedList< nBits > |
| A dynamically allocatable list of packed unsigned integers. More... | |
| struct | PackedListCore |
| Template-invariant bits for PackedList. More... | |
| class | PackedList< nBits > |
| A dynamically allocatable list of packed unsigned integers. More... | |
| class | PackedList< nBits >::iteratorBase |
| The iterator base for PackedList. More... | |
| class | PackedList< nBits >::iterator |
| The iterator class used for PackedList. More... | |
| class | PackedList< nBits >::const_iterator |
| The const_iterator for PackedList. More... | |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| template<unsigned nBits> | |
| Istream & | operator>> (Istream &, PackedList< nBits > &) |
| template<unsigned nBits> | |
| Ostream & | operator<< (Ostream &, const PackedList< nBits > &) |
Original source file PackedList.H
Definition in file PackedList.H.
1.8.13