FreeFOAM The Cross-Platform CFD Toolkit
List.H File Reference

Detailed Description

Definition in file List.H.

+ Include dependency graph for List.H:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  List< T >
 A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bounds checking, etc. More...

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Typedefs

typedef UList< label > unallocLabelList

Functions

template<class T >
Istream & operator>> (Istream &, List< T > &)
template<class T >
List< TreadList (Istream &)
 Read a bracket-delimited list, or handle a single value as list of size 1.