Definition in file List.H.
#include "src/OpenFOAM/containers/Lists/UList/UList.H"
#include "src/OpenFOAM/memory/autoPtr/autoPtr.H"
#include "src/OpenFOAM/memory/Xfer/Xfer.H"
#include "src/OpenFOAM/containers/Lists/List/ListI.H"
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< T > | readList (Istream &) |
Read a bracket-delimited list, or handle a single value as list of size 1.
|