CASM  1.1.0
A Clusters Approach to Statistical Mechanics
standard_info_method_interfaces.hh
Go to the documentation of this file.
1 #ifndef CASM_info_StandardInfoMethodInterfaces
2 #define CASM_info_StandardInfoMethodInterfaces
3 
4 #include <vector>
5 
8 
9 namespace CASM {
10 
11 class InfoInterfaceBase;
12 typedef std::vector<notstd::cloneable_ptr<InfoInterfaceBase>>
14 
17 
18 } // namespace CASM
19 
20 #endif
Main CASM namespace.
Definition: APICommand.hh:8
InfoInterfaceVector make_standard_info_method_interfaces()
A vector containing casm info method interfaces.
std::vector< notstd::cloneable_ptr< InfoInterfaceBase > > InfoInterfaceVector