Skip to content
Snippets Groups Projects
Commit 1c48d056 authored by Henry Weller's avatar Henry Weller
Browse files

tmp, autoPtr: Provide a typedef 'Type' to the stored type

parent 03c497f6
Branches
Tags
No related merge requests found
......@@ -58,6 +58,9 @@ class autoPtr
public:
typedef T Type;
// Constructors
//- Store object pointer
......
......@@ -77,6 +77,7 @@ class tmp
public:
typedef T Type;
typedef Foam::refCount refCount;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment