
Go to the source code of this file.
Classes | |
| class | PtrList< T > |
| A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers. The operator[] returns a reference to the object, not the pointer. More... | |
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Functions | |
| template<class T> | |
| Istream & | operator>> (Istream &is, PtrList< T > &list) |