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

Detailed Description

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

Definition at line 40 of file update.cc.

Public Member Functions

 UpdateCommandImplBase (const UpdateCommand &cmd)
 
virtual ~UpdateCommandImplBase ()
 
virtual int help () const
 
virtual int desc () const
 
virtual int run () const
 

Protected Attributes

const UpdateCommandm_cmd
 

Constructor & Destructor Documentation

◆ UpdateCommandImplBase()

CASM::UpdateCommandImplBase::UpdateCommandImplBase ( const UpdateCommand cmd)

Definition at line 56 of file update.cc.

◆ ~UpdateCommandImplBase()

virtual CASM::UpdateCommandImplBase::~UpdateCommandImplBase ( )
inlinevirtual

Definition at line 44 of file update.cc.

Member Function Documentation

◆ desc()

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

Reimplemented in CASM::UpdateCommandImpl< DataObject >.

Definition at line 65 of file update.cc.

◆ help()

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

Reimplemented in CASM::UpdateCommandImpl< DataObject >.

Definition at line 59 of file update.cc.

◆ run()

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

Reimplemented in CASM::UpdateCommandImpl< DataObject >.

Definition at line 82 of file update.cc.

Member Data Documentation

◆ m_cmd

const UpdateCommand& CASM::UpdateCommandImplBase::m_cmd
protected

Definition at line 53 of file update.cc.


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