CASM  1.1.0
A Clusters Approach to Statistical Mechanics
standard_enumerator_interfaces.hh
Go to the documentation of this file.
1 #ifndef CASM_enum_StandardEnumerationInterfaces
2 #define CASM_enum_StandardEnumerationInterfaces
3 
4 #include <vector>
5 
8 
9 namespace CASM {
10 
11 class EnumInterfaceBase;
12 typedef std::vector<notstd::cloneable_ptr<EnumInterfaceBase>>
14 
18 
19 } // namespace CASM
20 
21 #endif
Main CASM namespace.
Definition: APICommand.hh:8
std::vector< notstd::cloneable_ptr< EnumInterfaceBase > > EnumInterfaceVector
EnumInterfaceVector make_standard_enumerator_interfaces()