|
crawlserv++
[under development]
Application for crawling and analyzing textual content of websites.
|
Properties of a URL list containing its namespace and name. More...
#include <UrlListProperties.hpp>
Properties | |
| std::string | nameSpace |
| The namespace of the URL list. More... | |
| std::string | name |
| The name of the URL list. More... | |
Construction | |
| UrlListProperties ()=default | |
| Default constructor. More... | |
| UrlListProperties (const std::string &setNameSpace, const std::string &setName) | |
| Constructor setting the properties of the URL list. More... | |
Properties of a URL list containing its namespace and name.
|
default |
Default constructor.
|
inline |
Constructor setting the properties of the URL list.
| setNameSpace | Constant reference to a string containing the namespace of the URL list. |
| setName | Constant reference to a string containing the name of the URL list. |
| std::string crawlservpp::Struct::UrlListProperties::name |
The name of the URL list.
Referenced by crawlservpp::Main::Database::addUrlList(), and crawlservpp::Main::Database::updateUrlList().
| std::string crawlservpp::Struct::UrlListProperties::nameSpace |
The namespace of the URL list.
Referenced by crawlservpp::Main::Database::addUrlList(), and crawlservpp::Main::Database::updateUrlList().