CASM  1.1.0
A Clusters Approach to Statistical Mechanics
CASM::SelectCommandImplBase Class Reference
+ Inheritance diagram for CASM::SelectCommandImplBase:

Detailed Description

Defaults used if DataObject type doesn't matter or not given.

Definition at line 66 of file select.cc.

Public Member Functions

 SelectCommandImplBase (const SelectCommand &cmd)
 
virtual ~SelectCommandImplBase ()
 
virtual int help () const
 
virtual int desc () const
 
virtual int run () const
 

Protected Attributes

const SelectCommandm_cmd
 

Constructor & Destructor Documentation

◆ SelectCommandImplBase()

CASM::SelectCommandImplBase::SelectCommandImplBase ( const SelectCommand cmd)

Definition at line 82 of file select.cc.

◆ ~SelectCommandImplBase()

virtual CASM::SelectCommandImplBase::~SelectCommandImplBase ( )
inlinevirtual

Definition at line 70 of file select.cc.

Member Function Documentation

◆ desc()

int CASM::SelectCommandImplBase::desc ( ) const
virtual

Reimplemented in CASM::SelectCommandImpl< DataObject >.

Definition at line 107 of file select.cc.

◆ help()

int CASM::SelectCommandImplBase::help ( ) const
virtual

Reimplemented in CASM::SelectCommandImpl< DataObject >.

Definition at line 85 of file select.cc.

◆ run()

int CASM::SelectCommandImplBase::run ( ) const
virtual

Reimplemented in CASM::SelectCommandImpl< DataObject >.

Definition at line 109 of file select.cc.

Member Data Documentation

◆ m_cmd

const SelectCommand& CASM::SelectCommandImplBase::m_cmd
protected

Definition at line 79 of file select.cc.


The documentation for this class was generated from the following file: