Phoxonics
1.0
Object Oriented FDTD Software
|
Public Member Functions | |
File () | |
virtual | ~File () |
bool | file_exists (const std::string &file_name) |
void | copy (std::string source_file, std::string target_file) |
Additional Inherited Members | |
![]() | |
typedef Formatter | fmt_ |
![]() | |
CommonBase () | |
virtual | ~CommonBase () |
![]() | |
Logger | log_ |
|
explicit |
References phoxonics::common::CommonBase::log_, and phoxonics::common::Logger::log_trac().
|
virtual |
References phoxonics::common::CommonBase::log_, and phoxonics::common::Logger::log_trac().
void phoxonics::common::File::copy | ( | std::string | source_file, |
std::string | target_file | ||
) |
References phoxonics::common::CommonBase::log_, and phoxonics::common::Logger::log_trac().
bool phoxonics::common::File::file_exists | ( | const std::string & | file_name | ) |
References phoxonics::common::CommonBase::log_, and phoxonics::common::Logger::log_trac().
Referenced by phoxonics::core::ConfigJsonParser::ConfigJsonParser().