

Go to the source code of this file.
Classes | |
| class | CompactIOList< T, BaseType > |
| A List of objects of type <T> with automated input and output using a compact storage. Behaves like IOList except when binary output in case it writes a CompactListList. More... | |
| class | CompactIOList< T, BaseType > |
| A List of objects of type <T> with automated input and output using a compact storage. Behaves like IOList except when binary output in case it writes a CompactListList. More... | |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| template<class T , class BaseType > | |
| Istream & | operator>> (Istream &, CompactIOList< T, BaseType > &) |
| template<class T , class BaseType > | |
| Ostream & | operator<< (Ostream &, const CompactIOList< T, BaseType > &) |
Original source file CompactIOList.H
Definition in file CompactIOList.H.
1.8.13