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::core::CellConfig Class Reference
Inheritance diagram for phoxonics::core::CellConfig:
Inheritance graph
[legend]
Collaboration diagram for phoxonics::core::CellConfig:
Collaboration graph
[legend]

Public Member Functions

 CellConfig ()
 
 CellConfig (std::string config_type)
 
virtual ~CellConfig ()
 
void print_me () overridefinal
 
- Public Member Functions inherited from phoxonics::core::ConfigBase
 ConfigBase ()
 
virtual ~ConfigBase ()
 
 ConfigBase ()
 
virtual ~ConfigBase ()
 

Additional Inherited Members

- Public Types inherited from phoxonics::core::ConfigBase
typedef
phoxonics::common::Formatter 
fmt
 
typedef
phoxonics::common::Formatter 
fmt
 
- Public Attributes inherited from phoxonics::core::ConfigBase
phoxonics::common::Logger log
 
std::vector< ConfigParamconfig_param
 
bool has_parsed_data { false }
 
bool is_required { false }
 
std::string config_type { "" }
 
std::string config_desc { "Base Config" }
 
phoxonics::common::Utilities utils
 

Constructor & Destructor Documentation

phoxonics::core::CellConfig::CellConfig ( )
explicit
phoxonics::core::CellConfig::CellConfig ( std::string  config_type)
explicit
phoxonics::core::CellConfig::~CellConfig ( )
virtual

Member Function Documentation

void phoxonics::core::CellConfig::print_me ( )
finaloverridevirtual