CASM
AClustersApproachtoStatisticalMechanics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules
CASM::Completer::Suboption_impl Namespace Reference

Functions

std::string 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 pull_long (const po::option_description &single_boost_option)
 Get the –long tag from boost. More...
 

Function Documentation

std::string CASM::Completer::Suboption_impl::pull_long ( const po::option_description &  single_boost_option)

Get the –long tag from boost.

Definition at line 40 of file Complete.cc.

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.

Definition at line 29 of file Complete.cc.