#include <qmthread.h>
Definition at line 45 of file qmthread.h.
◆ QMThread() [1/2]
| votca::xtp::QMThread::QMThread |
( |
| ) |
|
|
default |
◆ QMThread() [2/2]
| votca::xtp::QMThread::QMThread |
( |
bool | maverick | ) |
|
|
inline |
◆ ~QMThread()
| votca::xtp::QMThread::~QMThread |
( |
| ) |
|
|
overridedefault |
◆ getId()
| Index votca::xtp::QMThread::getId |
( |
| ) |
const |
|
inline |
◆ getLogger()
| Logger & votca::xtp::QMThread::getLogger |
( |
| ) |
|
|
inline |
◆ isMaverick()
| bool votca::xtp::QMThread::isMaverick |
( |
| ) |
const |
|
inline |
◆ Run()
| void votca::xtp::QMThread::Run |
( |
void | | ) |
|
|
inlineoverridevirtual |
Run() executes the actual code.
It is left blank here and must be overloaded, for the thread to do any work. This method should never be called by the user, it is called internally by the Start method.
Implements votca::tools::Thread.
Definition at line 56 of file qmthread.h.
◆ setId()
| void votca::xtp::QMThread::setId |
( |
Index | id | ) |
|
|
inline |
◆ id_
| Index votca::xtp::QMThread::id_ |
|
protected |
◆ logger_
| Logger votca::xtp::QMThread::logger_ |
|
protected |
◆ maverick_
| bool votca::xtp::QMThread::maverick_ = false |
|
protected |
◆ ss_
| std::stringstream votca::xtp::QMThread::ss_ |
|
protected |
The documentation for this class was generated from the following file: