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

Detailed Description

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

Definition at line 69 of file rm.cc.

Public Member Functions

 RmCommandImplBase (const RmCommand &cmd)
 
virtual ~RmCommandImplBase ()
 
virtual int help () const
 
virtual int desc () const
 
virtual int run () const
 

Protected Attributes

const RmCommandm_cmd
 

Constructor & Destructor Documentation

◆ RmCommandImplBase()

CASM::RmCommandImplBase::RmCommandImplBase ( const RmCommand cmd)

Definition at line 85 of file rm.cc.

◆ ~RmCommandImplBase()

virtual CASM::RmCommandImplBase::~RmCommandImplBase ( )
inlinevirtual

Definition at line 73 of file rm.cc.

Member Function Documentation

◆ desc()

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

Reimplemented in CASM::RmCommandImpl< DataObject >.

Definition at line 94 of file rm.cc.

◆ help()

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

Reimplemented in CASM::RmCommandImpl< DataObject >.

Definition at line 87 of file rm.cc.

◆ run()

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

Reimplemented in CASM::RmCommandImpl< DataObject >.

Definition at line 111 of file rm.cc.

Member Data Documentation

◆ m_cmd

const RmCommand& CASM::RmCommandImplBase::m_cmd
protected

Definition at line 82 of file rm.cc.


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