ifw-ccf 5.0.2
|
Class to be used as parent all CCF classes. More...
#include <base.hpp>
Public Member Functions | |
Base () | |
~Base () | |
const std::string & | GetClassName () const |
Return the allocated name of the class. | |
Static Public Member Functions | |
static ifw::ccf::mptk::Manager & | Mptk () |
Return reference to internal MPTK instance (singleton). | |
Protected Member Functions | |
void | SetClassName (const std::string &class_name) |
Set the name of the class in question. | |
Class to be used as parent all CCF classes.
ifw::ccf::Base::Base | ( | ) |
ifw::ccf::Base::~Base | ( | ) |
const std::string & ifw::ccf::Base::GetClassName | ( | ) | const |
Return the allocated name of the class.
|
inlinestatic |
Return reference to internal MPTK instance (singleton).
|
protected |
Set the name of the class in question.