Definition in file PtrList.H.
#include "src/OpenFOAM/containers/Lists/List/List.H"
#include "src/OpenFOAM/containers/Lists/PtrList/PtrListI.H"
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 | PtrList< T >::iterator |
An STL-conforming iterator. More...
| |
Namespaces | |
namespace | Foam |
Namespace for OpenFOAM. | |
Functions | |
template<class T > | |
PtrList< T >::iterator | operator+ (const typename PtrList< T >::iterator &, label) |
template<class T > | |
PtrList< T >::iterator | operator+ (label, const typename PtrList< T >::iterator &) |
template<class T > | |
PtrList< T >::iterator | operator- (const typename PtrList< T >::iterator &, label) |
template<class T > | |
label | operator- (const typename PtrList< T >::iterator &, const typename PtrList< T >::iterator &) |
template<class T > | |
Istream & | operator>> (Istream &, PtrList< T > &) |
template<class T > | |
Ostream & | operator<< (Ostream &, const PtrList< T > &) |