Classes | Namespaces | Functions
UPtrList.H File Reference
Include dependency graph for UPtrList.H:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Original source file UPtrList.H

Definition in file UPtrList.H.