

Go to the source code of this file.
Classes | |
| 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 | UPtrList< 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 | UPtrList< 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 | UPtrList< T >::iterator |
| An STL iterator. More... | |
| class | UPtrList< T >::const_iterator |
| An STL-conforming const_iterator. More... | |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| template<class T > | |
| UPtrList< T >::iterator | operator+ (const typename UPtrList< T >::iterator &, label) |
| template<class T > | |
| UPtrList< T >::iterator | operator+ (label, const typename UPtrList< T >::iterator &) |
| template<class T > | |
| UPtrList< T >::iterator | operator- (const typename UPtrList< T >::iterator &, label) |
| template<class T > | |
| label | operator- (const typename UPtrList< T >::iterator &, const typename UPtrList< T >::iterator &) |
| template<class T > | |
| UPtrList< T >::const_iterator | operator+ (const typename UPtrList< T >::const_iterator &, label) |
| template<class T > | |
| UPtrList< T >::const_iterator | operator+ (label, const typename UPtrList< T >::const_iterator &) |
| template<class T > | |
| UPtrList< T >::const_iterator | operator- (const typename UPtrList< T >::const_iterator &, label) |
| template<class T > | |
| label | operator- (const typename UPtrList< T >::const_iterator &, const typename UPtrList< T >::const_iterator &) |
| template<class T > | |
| Istream & | operator>> (Istream &, UPtrList< T > &) |
| template<class T > | |
| Ostream & | operator<< (Ostream &, const UPtrList< T > &) |
Original source file UPtrList.H
Definition in file UPtrList.H.
1.8.11