Go to the source code of this file.
|
| class | autoPtr< T > |
| | An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and with pointer allocation checking on access. More...
|
| |
| class | tmp< T > |
| | A class for managing temporary objects. More...
|
| |
| class | LPtrList< LListBase, T > |
| | Template class for non-intrusive linked PtrLists. More...
|
| |
| class | PtrList< T > |
| | A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used for subscript bounds checking, etc. More...
|
| |
| class | PtrList< T > |
| | A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used for subscript bounds checking, etc. More...
|
| |
|
| | Foam |
| | Namespace for OpenFOAM.
|
| |
|
| template<class T > |
| Istream & | operator>> (Istream &, PtrList< T > &) |
| |
Original source file PtrList.H
Definition in file PtrList.H.