CASM  1.1.0
A Clusters Approach to Statistical Mechanics
ClusterInvariants_stream_io.hh
Go to the documentation of this file.
1 #ifndef CASM_ClusterInvariants_stream_io
2 #define CASM_ClusterInvariants_stream_io
3 
4 #include <iostream>
5 
6 namespace CASM {
7 
8 class ClusterInvariants;
9 class WithinScelClusterInvariants;
10 
12 std::ostream &operator<<(std::ostream &sout,
13  ClusterInvariants const &invariants);
14 
16 std::ostream &operator<<(std::ostream &sout,
17  WithinScelClusterInvariants const &invariants);
18 
19 } // namespace CASM
20 
21 #endif
Main CASM namespace.
Definition: APICommand.hh:8
std::ostream & operator<<(std::ostream &_stream, const FormattedPrintable &_formatted)