Go to the source code of this file.
|
class | PtrList |
| 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 | SLPtrList< T > |
| Non-intrusive singly-linked pointer list. More...
|
|
class | autoPtr |
| 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 |
| A class for managing temporary objects. More...
|
|
class | PtrList |
| 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::iterator |
| An STL-conforming iterator. More...
|
|
class | PtrList::const_iterator |
| An STL-conforming const_iterator. More...
|
|
|
| Foam |
| Namespace for OpenFOAM.
|
|
|
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 > |
PtrList< T >::const_iterator | operator+ (const typename PtrList< T >::const_iterator &, label) |
|
template<class T > |
PtrList< T >::const_iterator | operator+ (label, const typename PtrList< T >::const_iterator &) |
|
template<class T > |
PtrList< T >::const_iterator | operator- (const typename PtrList< T >::const_iterator &, label) |
|
template<class T > |
label | operator- (const typename PtrList< T >::const_iterator &, const typename PtrList< T >::const_iterator &) |
|
template<class T > |
Istream & | operator>> (Istream &, PtrList< T > &) |
|
template<class T > |
Ostream & | operator<< (Ostream &, const PtrList< T > &) |
|
Original source file PtrList.H
Definition in file PtrList.H.