|
ICP
1
|
#include <icputils.h>

Public Member Functions | |
| GenericTask (const std::string &name, Poco::SharedPtr< Poco::Event > finish_event, const func_t &func) | |
| void | runTask () |
| void | cancel () |
Private Types | |
| typedef boost::function< T()> | func_t |
Private Attributes | |
| Poco::SharedPtr< Poco::Event > | m_finish_event |
| func_t | m_func |
Private Attributes inherited from ISIS::Base | |
| Poco::Logger * | m_logger |
| Poco::LogStream * | m_logstr |
| Poco::Mutex | m_logger_lock |
Additional Inherited Members | |
Private Member Functions inherited from ISIS::Base | |
| Base (const std::string &logger_name="UNKNOWN") | |
| void | setLoggerName (const std::string &logger_name) |
| virtual | ~Base () |
| virtual std::string | loggingPrefix () const |
| void | setThisLoggerLevel (int level) |
Static Private Member Functions inherited from ISIS::Base | |
| static void | setAllLoggerLevel (int level) |
Definition at line 523 of file icputils.h.
|
private |
Definition at line 526 of file icputils.h.
|
inline |
Definition at line 530 of file icputils.h.
|
inline |
Definition at line 549 of file icputils.h.
|
inline |
Definition at line 532 of file icputils.h.
References LOGSTR_DEBUG, GenericTask< T >::m_finish_event, and GenericTask< T >::m_func.
|
private |
Definition at line 525 of file icputils.h.
Referenced by GenericTask< T >::runTask().
|
private |
Definition at line 527 of file icputils.h.
Referenced by GenericTask< T >::runTask().
1.8.5