CASM  1.1.0
A Clusters Approach to Statistical Mechanics
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

◆ pull_long()

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

Get the –long tag from boost.

Definition at line 42 of file Complete.cc.

◆ pull_short()

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 30 of file Complete.cc.