atlas  0.6
poset_fwd.h
Go to the documentation of this file.
1 
5 /*
6  Copyright (C) 2004,2005 Fokko du Cloux
7  part of the Atlas of Lie Groups and Representations
8 
9  For license information see the LICENSE file
10 */
11 
12 #ifndef POSET_FWD_H /* guard against multiple inclusions */
13 #define POSET_FWD_H
14 
15 #include "set.h"
16 
17 /******** forward type declarations *****************************************/
18 
19 namespace atlas {
20 
21 namespace poset {
22 
23  class Poset;
24  typedef std::pair<set::Elt,set::Elt> Link;
25 
26 }
27 
28 }
29 
30 #endif
Definition: Atlas.h:38
std::pair< set::Elt, set::Elt > Link
Definition: Atlas.h:95