CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include <APICommand.hh>
Base class for implementing CASM API command classes
Definition at line 50 of file APICommand.hh.
Public Types | |
typedef _OptionType | OptionType |
Public Member Functions | |
APICommand (const CommandArgs &_args, OptionType &_opt) | |
int | count (std::string s) const |
const po::variables_map & | vm () const |
const OptionType & | opt () const |
const CommandArgs & | args () const |
fs::path | root () const |
bool | in_project () const |
PrimClex & | primclex () const |
virtual int | vm_count_check () const =0 |
virtual int | help () const =0 |
virtual int | desc () const =0 |
virtual int | run () const =0 |
Private Attributes | |
OptionType & | m_opt |
const CommandArgs & | m_args |
bool | m_in_project |
std::unique_ptr< PrimClex > | m_primclex |
typedef _OptionType CASM::APICommand< _OptionType >::OptionType |
Definition at line 52 of file APICommand.hh.
|
inline |
Definition at line 54 of file APICommand.hh.
|
inherited |
Definition at line 11 of file APICommand.cc.
|
inline |
Definition at line 57 of file APICommand.hh.
|
pure virtualinherited |
|
pure virtualinherited |
|
inherited |
Definition at line 15 of file APICommand.cc.
|
inline |
Definition at line 61 of file APICommand.hh.
|
inherited |
Definition at line 17 of file APICommand.cc.
|
inherited |
Definition at line 13 of file APICommand.cc.
|
pure virtualinherited |
|
inline |
Definition at line 59 of file APICommand.hh.
|
pure virtualinherited |
|
privateinherited |
Definition at line 41 of file APICommand.hh.
|
privateinherited |
Definition at line 42 of file APICommand.hh.
|
private |
Definition at line 64 of file APICommand.hh.
|
mutableprivateinherited |
Definition at line 43 of file APICommand.hh.