|
ifw-ccf
1.0.0
|
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. More... | |
Static Public Member Functions | |
| static ccf::mptk::Manager & | Mptk () |
| Return reference to internal MPTK instance (singleton). More... | |
| static void | SetLogLevel (const ccf::common::LogLevel log_level) |
| Set the log level. More... | |
| static ccf::common::LogLevel | GetLogLevel () |
| Return the current CCF log level. More... | |
Protected Member Functions | |
| void | SetClassName (const std::string &class_name) |
| Set the name of the class in question. More... | |
Class to be used as parent all CCF classes.
| ccf::common::Base::Base | ( | ) |
| ccf::common::Base::~Base | ( | ) |
| const std::string & ccf::common::Base::GetClassName | ( | ) | const |
Return the allocated name of the class.
|
static |
Return the current CCF log level.
|
inlinestatic |
Return reference to internal MPTK instance (singleton).
|
protected |
Set the name of the class in question.
|
static |
Set the log level.