CASM
1.1.0
A Clusters Approach to Statistical Mechanics
UnitCellCoordTraits.hh
Go to the documentation of this file.
1
#ifndef UNITCELLCOORDTRAITS_HH
2
#define UNITCELLCOORDTRAITS_HH
3
4
#include <string>
5
6
namespace
CASM
{
7
namespace
sym {
8
class
CopyApplyWithPrim_f;
9
}
10
11
template
<
typename
Base>
12
class
CopyApplyWithPrim_crtp
;
13
14
template
<
typename
T>
15
struct
traits
;
16
17
namespace
xtal {
18
class
UnitCellCoord
;
19
}
20
21
template
<>
22
struct
traits
<
CASM
::
xtal::UnitCellCoord
> {
23
static
const
std::string
name
;
24
template
<
typename
Base>
25
using
copy_apply_crtp_type
=
CopyApplyWithPrim_crtp<Base>
;
26
27
typedef
sym::CopyApplyWithPrim_f
copy_apply_f_type
;
28
};
29
}
// namespace CASM
30
31
#endif
CASM::CopyApplyWithPrim_crtp
Definition:
UnitCellCoordTraits.hh:12
CASM::xtal::UnitCellCoord
Unit Cell Coordinates.
Definition:
UnitCellCoord.hh:121
CASM
Main CASM namespace.
Definition:
APICommand.hh:8
CASM::traits< CASM::xtal::UnitCellCoord >::copy_apply_f_type
sym::CopyApplyWithPrim_f copy_apply_f_type
Definition:
UnitCellCoordTraits.hh:27
CASM::traits< CASM::xtal::UnitCellCoord >::name
static const std::string name
Definition:
UnitCellCoordTraits.hh:23
CASM::traits
Definition:
io_traits.hh:18
include
casm
crystallography
UnitCellCoordTraits.hh
Generated on Tue Mar 23 2021 14:16:39 for CASM by
1.9.1