List.H File Reference
Include dependency graph for List.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

 Foam
 Namespace for OpenFOAM.
 

Functions

template<class T >
clone (const T &t)
 
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. More...
 

Detailed Description

Original source file List.H

Definition in file List.H.