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... | |
| class | UPtrList< T > |
| A list of pointers to objects of type <T>, without allocation/deallocation management of the pointers - this is to be done elsewhere. The operator[] returns a reference to the object, not the pointer. More... | |
| class | UPtrList< T > |
| A list of pointers to objects of type <T>, without allocation/deallocation management of the pointers - this is to be done elsewhere. The operator[] returns a reference to the object, not the pointer. More... | |
| class | UPtrList< T >::iterator |
| Random-access iterator with non-const access. More... | |
| class | UPtrList< T >::const_iterator |
| Random-access iterator with const access. More... | |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| template<class T > | |
| Ostream & | operator<< (Ostream &os, const UPtrList< T > &list) |
Original source file UPtrList.H
Definition in file UPtrList.H.