CASM
1.1.0
A Clusters Approach to Statistical Mechanics
FormatFlag.cc
Go to the documentation of this file.
1
#include "
casm/casm_io/FormatFlag.hh
"
2
3
namespace
CASM
{
4
int
FormatFlag::iword_index
() {
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
}
// namespace CASM
FormatFlag.hh
CASM::FormatFlag
Definition:
FormatFlag.hh:8
CASM::FormatFlag::set
std::ostream & set(std::ostream &_stream) const
Definition:
FormatFlag.hh:26
CASM::FormatFlag::iword_index
static int iword_index()
Definition:
FormatFlag.cc:4
CASM
Main CASM namespace.
Definition:
APICommand.hh:8
CASM::operator<<
std::ostream & operator<<(std::ostream &_stream, const FormattedPrintable &_formatted)
Definition:
DataFormatter.hh:747
src
casm
casm_io
FormatFlag.cc
Generated on Tue Mar 23 2021 14:16:44 for CASM by
1.9.1