CASM  1.1.0
A Clusters Approach to Statistical Mechanics
help.hh
Go to the documentation of this file.
1 #ifndef CASM_completer_help
2 #define CASM_completer_help
3 
4 #include <string>
5 
6 namespace CASM {
7 
8 std::string dry_run_help();
9 std::string coordinate_mode_help();
10 std::string indent_space_help();
11 std::string orbit_print_mode_help();
12 std::string prec_help(std::string what, int default_prec);
13 std::string verbosity_help();
14 } // namespace CASM
15 
16 #endif
Main CASM namespace.
Definition: APICommand.hh:8
std::string dry_run_help()
Definition: help.cc:7
std::string coordinate_mode_help()
Definition: help.cc:17
std::string verbosity_help()
Definition: help.cc:35
std::string orbit_print_mode_help()
Definition: help.cc:22
std::string indent_space_help()
Definition: help.cc:12
std::string prec_help(std::string what, int default_prec)
Definition: help.cc:28