atlas  0.6
poset_io.h
Go to the documentation of this file.
1 /*
2  This is poset_io.h
3 
4  Copyright (C) 2004,2005 Fokko du Cloux
5  part of the Atlas of Lie Groups and Representations
6 
7  For license information see the LICENSE file
8 */
9 
10 #ifndef POSET_IO_H /* guard against multiple inclusions */
11 #define POSET_IO_H
12 
13 #include <iosfwd>
14 
15 #include "../Atlas.h"
16 
17 namespace atlas {
18 
19 /******** function declarations *********************************************/
20 
21 namespace poset_io {
22 
23  std::ostream& printPoset(std::ostream&, const poset::Poset&);
24 
25 }
26 
27 }
28 
29 #endif
std::ostream & printPoset(std::ostream &strm, const poset::Poset &p)
Definition: poset_io.cpp:34
Definition: Atlas.h:38