CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include <boost/program_options.hpp>
#include <stdexcept>
#include <string>
#include <utility>
#include <vector>
#include "casm/completer/Handlers.hh"
#include "casm/global/definitions.hh"
Go to the source code of this file.
Classes | |
class | CASM::Completer::Suboption |
class | CASM::Completer::Option |
class | CASM::Completer::Engine |
Namespaces | |
CASM | |
Main CASM namespace. | |
CASM::Completer | |
CASM::Completer::Suboption_impl | |
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... | |