|
crawlserv++
[under development]
Application for crawling and analyzing textual content of websites.
|
Information about a thread as stored in the database, containing both the options for and the status of the thread. More...
#include <ThreadDatabaseEntry.hpp>

Properties | |
| ThreadOptions | options |
| Options for the thread. More... | |
| ThreadStatus | status |
| Status of the thread. More... | |
Construction | |
| ThreadDatabaseEntry ()=default | |
| Default constructor. More... | |
| ThreadDatabaseEntry (const ThreadOptions &setOptions, const ThreadStatus &setStatus) | |
| Constructor setting the options for and the status of the thread. More... | |
Information about a thread as stored in the database, containing both the options for and the status of the thread.
|
default |
Default constructor.
|
inline |
Constructor setting the options for and the status of the thread.
| setOptions | Constant reference to the options for the thread. |
| setStatus | Constant reference to the status of the thread. |
| ThreadOptions crawlservpp::Struct::ThreadDatabaseEntry::options |
Options for the thread.
Referenced by crawlservpp::Main::Server::tick().
| ThreadStatus crawlservpp::Struct::ThreadDatabaseEntry::status |
Status of the thread.
Referenced by crawlservpp::Main::Server::tick().