atlas  0.6
hashtable_fwd.h
Go to the documentation of this file.
1 
5 /*
6  Copyright (C) 2006,2011 Marc van Leeuwen
7  part of the Atlas of Lie Groups and Representations
8 
9  For license information see the LICENSE file
10 */
11 
12 #ifndef HASHTABLE_FWD_H /* guard against multiple inclusions */
13 #define HASHTABLE_FWD_H
14 
15 namespace atlas {
16 
17 namespace hashtable {
18  template <class Entry, typename Number> class HashTable;
19 }
20 
21 }
22 
23 #endif
Definition: Atlas.h:38