add xfer constructors to cell/face/point Zone and (Static)HashTable

This commit is contained in:
Mark Olesen
2008-10-10 10:22:08 +02:00
parent 56702ea99d
commit 8c23f5423c
10 changed files with 226 additions and 18 deletions

View File

@ -46,6 +46,7 @@ SourceFiles
#include "label.H"
#include "word.H"
#include "className.H"
#include "xfer.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -146,6 +147,8 @@ public:
//- Construct as copy
StaticHashTable(const StaticHashTable<T, Key, Hash>&);
//- Construct as copy
StaticHashTable(const xfer<StaticHashTable<T, Key, Hash> >&);
// Destructor