atlas  0.6
bitset_fwd.h
Go to the documentation of this file.
1 
5 /*
6  This is bitset_fwd.h
7 
8  Copyright (C) 2004,2005 Fokko du Cloux
9  part of the Atlas of Lie Groups and Representations
10 
11  For license information see the LICENSE file
12 */
13 
14 #ifndef BITSET_FWD_H /* guard against multiple inclusions */
15 #define BITSET_FWD_H
16 
17 #include <vector>
18 
19 #include "constants.h"
20 
21 /******** forward type declarations ******************************************/
22 
23 namespace atlas {
24 
25 namespace bitset {
26 
27  template<size_t n> class BitSet;
28 
29 }
30 
31 }
32 
33 #endif
Definition: Atlas.h:38