Go to the source code of this file.
|
| class | autoPtr< T > |
| | Pointer management similar to std::unique_ptr, with some additional methods and type checking. More...
|
| |
|
| | Foam |
| | Namespace for OpenFOAM.
|
| |
|
| template<class T > |
| void | Swap (autoPtr< T > &lhs, autoPtr< T > &rhs) |
| | Specializes the Swap algorithm for autoPtr. More...
|
| |
Original source file autoPtr.H
Definition in file autoPtr.H.
◆ Foam_autoPtr_copyConstruct
| #define Foam_autoPtr_copyConstruct |
◆ Foam_autoPtr_copyAssign
| #define Foam_autoPtr_copyAssign |
◆ Foam_autoPtr_castOperator
| #define Foam_autoPtr_castOperator |