Go to the source code of this file.
|
| Foam |
| Namespace for OpenFOAM.
|
|
|
template<class T > |
Xfer< T > | xferCopy (const T &) |
| Construct by copying the contents of the arg. More...
|
|
template<class T > |
Xfer< T > | xferMove (T &) |
| Construct by transferring the contents of the arg. More...
|
|
template<class T > |
Xfer< T > | xferTmp (Foam::tmp< T > &) |
| Construct by transferring the contents of the arg. More...
|
|
template<class To , class From > |
Xfer< To > | xferCopyTo (const From &) |
| Construct by copying the contents of the arg. More...
|
|
template<class To , class From > |
Xfer< To > | xferMoveTo (From &) |
| Construct by transferring the contents of the arg. More...
|
|
Original source file Xfer.H
Definition in file Xfer.H.