Phoxonics  1.0
Object Oriented FDTD Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
phoxonics::common::File Class Reference
Inheritance diagram for phoxonics::common::File:
Inheritance graph
[legend]
Collaboration diagram for phoxonics::common::File:
Collaboration graph
[legend]

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

- Protected Types inherited from phoxonics::common::CommonBase
typedef Formatter fmt_
 
- Protected Member Functions inherited from phoxonics::common::CommonBase
 CommonBase ()
 
virtual ~CommonBase ()
 
- Protected Attributes inherited from phoxonics::common::CommonBase
Logger log_
 

Constructor & Destructor Documentation

phoxonics::common::File::File ( )
explicit
phoxonics::common::File::~File ( )
virtual

Member Function Documentation

void phoxonics::common::File::copy ( std::string  source_file,
std::string  target_file 
)
bool phoxonics::common::File::file_exists ( const std::string &  file_name)