
Go to the source code of this file.
Classes | |
| class | DynamicList< T, SizeMin > |
| A 1D vector of objects of type <T> that resizes itself as necessary to accept the new objects. More... | |
| struct | Hash< DynamicList< T, SizeMin > > |
| Hashing for List data. More... | |
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Functions | |
| template<class T, int SizeMin> | |
| Istream & | operator>> (Istream &is, DynamicList< T, SizeMin > &list) |
| Read List contents from Istream. | |
| template<class T, int SizeMin> | |
| Ostream & | operator<< (Ostream &os, const DynamicList< T, SizeMin > &list) |
| Write List to Ostream, as per UList::writeList() with default length. | |
| template<class T, int SizeMinA, int SizeMinB> | |
| void | Swap (DynamicList< T, SizeMinA > &a, DynamicList< T, SizeMinB > &b) |
| Exchange contents of lists - see DynamicList::swap(). | |
Original source file DynamicList.H
Definition in file DynamicList.H.