Go to the source code of this file.
Classes | |
class | PtrList |
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 |
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 |
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::iterator |
class | UPtrList::const_iterator |
Namespaces | |
Foam | |
Functions | |
template<class T > | |
Ostream & | operator<< (Ostream &os, const UPtrList< T > &list) |
Original source file UPtrList.H
Definition in file UPtrList.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.