Definition in file Xfer.H.
#include "src/OpenFOAM/memory/Xfer/XferI.H"
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< T > | xferCopy (const T &) |
template<class T > | |
Xfer< T > | xferMove (T &) |
template<class T > | |
Xfer< T > | xferTmp (Foam::tmp< T > &) |
template<class To , class From > | |
Xfer< To > | xferCopyTo (const From &) |
template<class To , class From > | |
Xfer< To > | xferMoveTo (From &) |