Go to the source code of this file.
|
| class | autoPtr< T > |
| | Pointer management similar to std::unique_ptr, with some additional methods and type checking. More...
|
| |
| class | refPtr< T > |
| | A class for managing references or pointers (no reference counting) More...
|
| |
| class | tmp< T > |
| | A class for managing temporary objects. More...
|
| |
| 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 | 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...
|
| |
|
| | Foam |
| | Namespace for OpenFOAM.
|
| |
|
| template<class T > |
| Istream & | operator>> (Istream &is, PtrList< T > &list) |
| |
Original source file PtrList.H
Definition in file PtrList.H.