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

Public Attributes

std::string version { "1.0" }
 
std::string author_name { "Yohan Jasdid Rodriguez Viveros" }
 
std::string author_email { "yohan.jasdid@gmal.com" }
 
std::string company { "imabit inc." }
 

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_
 

Member Data Documentation

std::string phoxonics::common::VersionInfo::author_email { "yohan.jasdid@gmal.com" }
std::string phoxonics::common::VersionInfo::author_name { "Yohan Jasdid Rodriguez Viveros" }
std::string phoxonics::common::VersionInfo::company { "imabit inc." }
std::string phoxonics::common::VersionInfo::version { "1.0" }