ENH: use HashTable for mapping codeStream entries

- write intermediate code to _SHA1 directories
- add Test-codeStream
This commit is contained in:
Mark Olesen
2011-02-22 12:34:20 +01:00
parent ba873744f3
commit 4aa279d7bc
9 changed files with 336 additions and 118 deletions

View File

@ -21,9 +21,14 @@ License
You should have received a copy of the GNU General Public License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Description
Template for use with codeStream.
\*---------------------------------------------------------------------------*/
//{{{ begin codeInclude
${codeInclude}
//}}} end codeInclude
using namespace Foam;
@ -39,7 +44,9 @@ void ${typeName}
Ostream& os
)
{
//{{{ begin code
${code};
//}}} end code
}
}