CASM
1.1.0
A Clusters Approach to Statistical Mechanics
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Variables
Typedefs
_
a
b
c
d
e
f
g
i
l
m
o
p
r
s
t
u
v
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
x
Enumerations
Enumerator
a
b
c
d
e
f
h
i
n
o
p
q
r
s
v
Related Functions
Files
File List
File Members
All
a
b
c
d
e
h
i
j
l
m
o
p
q
r
s
t
v
Functions
c
m
o
q
Variables
Typedefs
Macros
a
c
e
h
i
t
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
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