autoPtr.H File Reference
Include dependency graph for autoPtr.H:

Go to the source code of this file.

Classes

class  autoPtr< T >
 Pointer management similar to std::unique_ptr, with some additional methods and type checking. More...
 

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
 

Macros

#define Foam_autoPtr_copyConstruct
 
#define Foam_autoPtr_castOperator
 

Functions

template<class T >
void Swap (autoPtr< T > &lhs, autoPtr< T > &rhs)
 Specializes the Swap algorithm for autoPtr. More...
 

Detailed Description

Original source file autoPtr.H

Definition in file autoPtr.H.

Macro Definition Documentation

◆ Foam_autoPtr_copyConstruct

#define Foam_autoPtr_copyConstruct

Definition at line 49 of file autoPtr.H.

◆ Foam_autoPtr_castOperator

#define Foam_autoPtr_castOperator

Definition at line 50 of file autoPtr.H.