|
crawlserv++
[under development]
Application for crawling and analyzing textual content of websites.
|


Go to the source code of this file.
Namespaces | |
| crawlservpp::Module::Analyzer::Algo | |
| Namespace for algorithm classes. | |
Macros | |
| #define | REGISTER_ALGORITHM(ID, CLASS) |
Typedefs | |
| using | crawlservpp::Module::Analyzer::Algo::AlgoThreadProperties = Struct::AlgoThreadProperties |
| using | crawlservpp::Module::Analyzer::Algo::AlgoThreadPtr = std::unique_ptr< Module::Analyzer::Thread > |
Registration | |
| AlgoThreadPtr | crawlservpp::Module::Analyzer::Algo::initAlgo (const AlgoThreadProperties &thread) |
| Creates an algorithm thread. More... | |
| #define REGISTER_ALGORITHM | ( | ID, | |
| CLASS | |||
| ) |
Referenced by crawlservpp::Module::Analyzer::Algo::initAlgo().