CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include <map>
#include <memory>
#include "casm/app/casm_functions.hh"
#include "casm/app/enum/standard_enumerator_interfaces.hh"
Go to the source code of this file.
Classes | |
class | CASM::EnumeratorHandler |
Namespaces | |
CASM | |
Main CASM namespace. | |
CASM::Completer | |
Functions | |
template<typename EnumInterfaceVectorInserter , typename RuntimeLibInserter > | |
std::pair< EnumInterfaceVectorInserter, RuntimeLibInserter > | CASM::load_enumerator_plugins (ProjectSettings const &set, EnumInterfaceVectorInserter enum_it, RuntimeLibInserter lib_it) |
Load enumerator plugins from a CASM project. More... | |