Classes | Namespaces | Functions
Xfer.H File Reference
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  tmp< T >
 A class for managing temporary objects. More...
 
class  Xfer< T >
 A simple container for copying or transferring objects of type <T>. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

template<class T >
Xfer< TxferCopy (const T &)
 Construct by copying the contents of the arg. More...
 
template<class T >
Xfer< TxferMove (T &)
 Construct by transferring the contents of the arg. More...
 
template<class T >
Xfer< TxferTmp (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...
 

Detailed Description

Original source file Xfer.H

Definition in file Xfer.H.