CASM
AClustersApproachtoStatisticalMechanics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules
FormatFlag.cc
Go to the documentation of this file.
2 
3 namespace CASM {
5  static const int _index = std::ios_base::xalloc();
6  return _index;
7  }
8 
9  std::ostream &operator<<(std::ostream &_stream, const FormatFlag &flag) {
10  return flag.set(_stream);
11  }
12 
13 }
static int iword_index()
Definition: FormatFlag.cc:4
Main CASM namespace.
Definition: complete.cpp:8
std::ostream & operator<<(std::ostream &_stream, const FormattedPrintable &_formatted)
std::ostream & set(std::ostream &_stream) const
Definition: FormatFlag.hh:28