CASM
AClustersApproachtoStatisticalMechanics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules
TestConfigname.hh
Go to the documentation of this file.
1 #ifndef CASM_TestConfigname
2 #define CASM_TestConfigname
3 
4 #include "casm/clex/ConfigIO.hh"
5 
6 extern "C" {
8 }
9 
10 namespace CASM {
11 
12  namespace ConfigIO {
13 
14  ConfigIO::GenericConfigFormatter<std::string> test_configname();
15 
16  }
17 
18 }
19 
20 #endif
CASM::BaseDatumFormatter< CASM::Configuration > * make_TestConfigname_formatter()
Main CASM namespace.
Definition: complete.cpp:8
Abstract base class from which all other DatumFormatter classes inherit.
GenericConfigFormatter< std::string > test_configname()