CASM
1.1.0
A Clusters Approach to Statistical Mechanics
standard_info_method_interfaces.cc
Go to the documentation of this file.
1
#include "
casm/app/info/standard_info_method_interfaces.hh
"
2
3
#include <vector>
4
5
#include "
casm/app/info/InfoInterface.hh
"
6
#include "
casm/app/info/methods/NeighborListInfoInterface.hh
"
7
#include "
casm/app/info/methods/PrimInfoInterface.hh
"
8
#include "
casm/app/info/methods/SupercellInfoInterface.hh
"
9
#include "
casm/misc/cloneable_ptr.hh
"
10
11
namespace
CASM
{
12
14
InfoInterfaceVector
make_standard_info_method_interfaces
() {
15
InfoInterfaceVector
vec;
16
vec.emplace_back(notstd::make_cloneable<NeighborListInfoInterface>());
17
vec.emplace_back(notstd::make_cloneable<PrimInfoInterface>());
18
vec.emplace_back(notstd::make_cloneable<SupercellInfoInterface>());
19
return
vec;
20
}
21
22
}
// namespace CASM
InfoInterface.hh
NeighborListInfoInterface.hh
PrimInfoInterface.hh
SupercellInfoInterface.hh
cloneable_ptr.hh
CASM
Main CASM namespace.
Definition:
APICommand.hh:8
CASM::make_standard_info_method_interfaces
InfoInterfaceVector make_standard_info_method_interfaces()
A vector containing casm info method interfaces.
Definition:
standard_info_method_interfaces.cc:14
CASM::InfoInterfaceVector
std::vector< notstd::cloneable_ptr< InfoInterfaceBase > > InfoInterfaceVector
Definition:
standard_info_method_interfaces.hh:11
standard_info_method_interfaces.hh
src
casm
app
info
standard_info_method_interfaces.cc
Generated on Tue Mar 23 2021 14:16:43 for CASM by
1.9.1