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

Detailed Description

Definition in file Xfer.H.

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

Go to the source code of this file.

Classes

class  Xfer< T >
 A simple container for copying or transferring objects of type <T>. More...

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Functions

template<class T >
Xfer< TxferCopy (const T &)
template<class T >
Xfer< TxferMove (T &)
template<class T >
Xfer< TxferTmp (Foam::tmp< T > &)
template<class To , class From >
Xfer< To > xferCopyTo (const From &)
template<class To , class From >
Xfer< To > xferMoveTo (From &)