PtrList.H File Reference
Include dependency graph for PtrList.H:

Go to the source code of this file.

Classes

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...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

template<class T >
Istream & operator>> (Istream &, PtrList< T > &)
 

Detailed Description

Original source file PtrList.H

Definition in file PtrList.H.