Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
1c48d056
Commit
1c48d056
authored
May 21, 2016
by
Henry Weller
Browse files
tmp, autoPtr: Provide a typedef 'Type' to the stored type
parent
03c497f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/memory/autoPtr/autoPtr.H
View file @
1c48d056
...
...
@@ -58,6 +58,9 @@ class autoPtr
public:
typedef
T
Type
;
// Constructors
//- Store object pointer
...
...
src/OpenFOAM/memory/tmp/tmp.H
View file @
1c48d056
...
...
@@ -77,6 +77,7 @@ class tmp
public:
typedef
T
Type
;
typedef
Foam
::
refCount
refCount
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment