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

Public Member Functions

 ConfigParam (std::string config_param_name, std::string config_param_value)
 
virtual ~ConfigParam ()
 
void print_me ()
 

Public Attributes

phoxonics::common::Logger log
 
std::string config_param_name { "" }
 
std::string config_param_value { "" }
 

Constructor & Destructor Documentation

phoxonics::core::ConfigParam::ConfigParam ( std::string  config_param_name,
std::string  config_param_value 
)
explicit
phoxonics::core::ConfigParam::~ConfigParam ( )
virtual

Member Function Documentation

void phoxonics::core::ConfigParam::print_me ( )

Member Data Documentation

std::string phoxonics::core::ConfigParam::config_param_name { "" }

Referenced by ConfigParam(), and print_me().

std::string phoxonics::core::ConfigParam::config_param_value { "" }

Referenced by ConfigParam(), and print_me().

phoxonics::common::Logger phoxonics::core::ConfigParam::log

Referenced by ConfigParam(), print_me(), and ~ConfigParam().