![]() |
KIDS
ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
|
#include <Status.h>
Public Member Functions | |
Status () | |
Status (bool succ, int stage=0, int mpi_rank=0, int icalc=0) | |
Status (const Status &)=delete | |
Disable copy constructor. | |
Status & | operator= (const Status &)=delete |
Disable copy assignment operator. | |
Public Attributes | |
bool | succ = true |
int | stage = 0 |
int | mpi_rank = 0 |
int | icalc = 0 |
|
inline |
|
delete |
Disable copy constructor.
int PROJECT_NS::Status::icalc = 0 |
Definition at line 47 of file Status.h.
Referenced by PROJECT_NS::Context::execute(), PROJECT_NS::Kernel_Dump_DataSet::executeKernel_impl(), PROJECT_NS::Kernel_Iter_Adapt::executeKernel_impl(), PROJECT_NS::Model_Interf_MNDO::executeKernel_impl(), PROJECT_NS::Kernel_Dump_DataSet::initializeKernel_impl(), PROJECT_NS::Kernel_Elec_NAD::initializeKernel_impl(), PROJECT_NS::Kernel_Elec_Switch::initializeKernel_impl(), PROJECT_NS::Model_Interf_MNDO::initializeKernel_impl(), PROJECT_NS::Model_Interf_MNDO::parse_standard(), PROJECT_NS::Handler::run_parallel(), and PROJECT_NS::Handler::run_sampling().