|
CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include "casm/completer/Complete.hh"#include "casm/casm_io/dataformatter/DataFormatter.hh"#include "casm/clex/Configuration.hh"Go to the source code of this file.
Namespaces | |
| CASM | |
| Main CASM namespace. | |
| CASM::Completer | |
| CASM::Completer::Suboption_impl | |
Macros | |
| #define | COMPLETE_CC |
Typedefs | |
| typedef ArgHandler::ARG_TYPE | CASM::Completer::ARG_TYPE |
Functions | |
| std::string | CASM::Completer::strip_argument (const std::string &raw_input) |
| std::string | CASM::Completer::Suboption_impl::pull_short (const po::option_description &single_boost_option) |
| Get the -s(hort) tag from boost, or make it "- " if it doesn't exist. More... | |
| std::string | CASM::Completer::Suboption_impl::pull_long (const po::option_description &single_boost_option) |
| Get the –long tag from boost. More... | |
| #define COMPLETE_CC |
Definition at line 2 of file Complete.cc.