Go to the source code of this file.
|
class | tmp |
| A class for managing temporary objects. More...
|
|
class | Xfer< T > |
| A simple container for copying or transferring objects of type <T>. More...
|
|
|
| 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.