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

Detailed Description

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

Definition at line 61 of file import.cc.

Public Member Functions

 ImportCommandImplBase (const ImportCommand &cmd)
 
virtual ~ImportCommandImplBase ()
 
virtual int help () const
 
virtual int desc () const
 
virtual int run () const
 

Protected Attributes

const ImportCommandm_cmd
 

Constructor & Destructor Documentation

◆ ImportCommandImplBase()

CASM::ImportCommandImplBase::ImportCommandImplBase ( const ImportCommand cmd)

Definition at line 77 of file import.cc.

◆ ~ImportCommandImplBase()

virtual CASM::ImportCommandImplBase::~ImportCommandImplBase ( )
inlinevirtual

Definition at line 65 of file import.cc.

Member Function Documentation

◆ desc()

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

Reimplemented in CASM::ImportCommandImpl< DataObject >.

Definition at line 86 of file import.cc.

◆ help()

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

Reimplemented in CASM::ImportCommandImpl< DataObject >.

Definition at line 80 of file import.cc.

◆ run()

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

Reimplemented in CASM::ImportCommandImpl< DataObject >.

Definition at line 105 of file import.cc.

Member Data Documentation

◆ m_cmd

const ImportCommand& CASM::ImportCommandImplBase::m_cmd
protected

Definition at line 74 of file import.cc.


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