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 > | |
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... | |