CASM  1.1.0
A Clusters Approach to Statistical Mechanics
ConfigurationTraits.hh
Go to the documentation of this file.
1 #ifndef CASM_ConfigurationTraits
2 #define CASM_ConfigurationTraits
3 
4 #include <string>
5 #include <vector>
6 namespace CASM {
7 template <typename T>
8 struct traits;
9 
10 class Configuration;
11 
12 template <>
14  static const std::string name;
15  static const std::string short_name;
16  static bool name_compare(std::string A, std::string B);
17 };
18 } // namespace CASM
19 
20 #endif
Traits const & traits(std::string const &dof_key)
Lookup DoFType::Traits in the global dictionary.
Definition: DoFTraits.cc:46
Main CASM namespace.
Definition: APICommand.hh:8
static const std::string short_name
static const std::string name