CASM  1.1.0
A Clusters Approach to Statistical Mechanics
OrbitDecl.hh
Go to the documentation of this file.
1 #ifndef CASM_OrbitDecl
2 #define CASM_OrbitDecl
3 
4 namespace CASM {
5 
6 template <typename Derived>
7 struct traits;
8 
9 template <typename Derived>
10 class SymCompare;
11 
12 template <typename _SymCompareType>
13 class Orbit;
14 
15 } // namespace CASM
16 
17 #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